Multiple choice technology testing

What is the purpose of a test completion criterion?

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

  2. to ensure that the test case specification is complete

  3. to set the criteria used in generating test inputs

  4. to determine when to stop testing

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

A test completion criterion defines the conditions, such as coverage metrics or bug thresholds, under which testing is deemed sufficient and can stop. It does not dictate when a single test finishes or how test inputs are generated.