Multiple choice technology testing

Which of the following is NOT a reasonable test objective

  1. to find faults in software

  2. to prove that software has no faults

  3. to give confidence in the software

  4. to find performance problems

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

Testing cannot prove software has no faults - it can only demonstrate the presence of faults. Complete absence of faults is theoretically impossible to prove through testing alone. Finding faults, building confidence, and identifying performance problems are all valid testing objectives.