Multiple choice technology testing

When do you stop testing?

  1. When the specified number of faults are found.

  2. When the test completion criteria are met.

  3. When all high and medium priority tests are complete.

  4. When all statements have been executed.

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

Testing stops when defined test completion criteria (like coverage targets or remaining risk limits) are satisfied. Stopping after finding a fixed number of faults, executing all statements, or only prioritizing by severity does not guarantee complete or quality-aligned exit criteria.