Multiple choice technology testing

Testing one particular module or node heavily is known as

  1. Gorilla Testing

  2. Monkey Testing

  3. Load Testing

  4. Stress Testing

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Gorilla Testing involves testing a single module, node, or function repeatedly and heavily to verify its robustness under extreme conditions. In contrast, Monkey Testing refers to random testing without a test plan, whereas Load and Stress testing assess performance and limits of the entire system under workload.