Testing one particular module or node of the requirement heavily is
-
Unit Testing
-
Endurance Testing
-
Monkey Testing
-
Gorilla Testing
D
Correct answer
Explanation
Gorilla Testing is a testing technique where one particular module or component is tested heavily and repeatedly to ensure it works correctly under all conditions. Like a gorilla pounding on one spot, this approach focuses intensive testing effort on a single area rather than broad coverage, often used for critical or complex modules.