Multiple choice technology testing

Tester tries to break the system by randomly executing system's functionality

  1. Endurance Testing

  2. Exhaustive Testing

  3. Mutation Testing

  4. Ad Hoc tesing

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

Ad Hoc testing is an informal, unstructured testing approach where testers randomly execute system functionality to find defects. Unlike other testing types, it relies on tester intuition and lacks formal planning. Endurance testing checks for issues over prolonged execution, Exhaustive testing covers all input combinations, and Mutation testing modifies code to verify test effectiveness.