Multiple choice technology testing

The purpose of exit criteria is

  1. Define when to stop testing

  2. End of test level

  3. When a set of tests has achieved a specific pre condition

  4. All of the above

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

Exit criteria serve multiple purposes in testing: they define when to stop testing (A), mark the end of a test level (B), and confirm when tests have achieved specific preconditions (C). Since all three statements are valid purposes of exit criteria, 'All of the above' is the correct answer.