Multiple choice technology testing

A Testing phase where the tester tries to ‘break’ the system by randomly trying the systems’s functionality

  1. Boundary Testing

  2. Ad Hoc Testing

  3. Functional Testing

  4. Mutation Testing

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

Ad Hoc testing is unstructured, exploratory testing where testers randomly try various functionality to find unexpected defects. Boundary testing checks edge values, Functional testing validates requirements, and Mutation testing modifies code to verify test suite quality. 'Breaking the system randomly' is the hallmark of Ad Hoc.