Multiple choice technology testing

When should you stop testing?

  1. When the allocated time has run out

  2. When all planned tests have been executed

  3. It is dependant on the risks for the item under test

  4. When there are no more faults

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

Testing stops based on risk criteria and completion criteria, not arbitrary constraints like time or executing all planned tests. The decision depends on the acceptable level of residual risk for the system under test. Even after planned tests complete, you may continue testing if residual risk is unacceptable, or stop early if risk is sufficiently mitigated.