Multiple choice technology testing

Testing one particular module, functionality heavily

  1. Installation Testing

  2. Gorilla Testing

  3. Exhaustive Testing

  4. End-to-End testing

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

Gorilla testing focuses on testing one particular module or functionality heavily and repeatedly. It is different from installation testing which checks the installation process, exhaustive testing which tests all possible combinations, or end-to-end testing which validates the entire system flow.

AI explanation

Gorilla testing refers to testing one particular module or functionality very heavily and repeatedly, often randomly and intensively, to try to uncover defects in that specific area. This is distinct from Installation Testing (verifying setup/deployment), Exhaustive Testing (testing all possible inputs/paths, generally impractical), and End-to-End Testing (validating a complete workflow across the whole system).