Multiple choice technology testing

To know with adequate confidence, "when is testing over", which of the following is the best approach?

  1. use test appropriate metrics

  2. declare that it is over when budget is consumed

  3. let the management decide that

  4. declare that it is ove when time is out

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

Using appropriate test metrics (such as code coverage, defect density, and test execution rates) provides objective, data-driven confidence to decide when testing is complete. Stopping purely due to budget or time constraints does not guarantee adequate quality.