Multiple choice technology testing

Testing one particular module or node of the requirement heavily is

  1. Unit Testing

  2. Endurance Testing

  3. Monkey Testing

  4. Gorilla Testing

Reveal answer Fill a bubble to check yourself
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.