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

Test completion criteria (also called exit criteria) define the conditions under which testing is considered complete - such as achieving a certain test coverage, passing all critical test cases, or meeting a deadline. This helps stakeholders make informed decisions about whether the software is ready for release. Option A describes a single test finishing, not the overall testing completion criteria.