Multiple choice technology testing

What is the purpose of test completion criteria in a test plan:

  1. to know when a specific test has finished its execution

  2. to plan when to stop testing

  3. to ensure that the test case specification is complete

  4. to set the criteria used in generating test inputs

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

Test completion criteria, also known as exit criteria, define the specific requirements or metrics (like test coverage or defect density thresholds) that must be met to decide when it is safe and appropriate to stop testing. The distractors describe test execution, test case design, or input generation instead.