Multiple choice technology testing

Which of these is not a testing objective?

  1. Finding Defcts

  2. Gaining confidence about the level of Quality

  3. Preventing Defects

  4. Debugging Defects

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

Debugging is NOT a testing objective - it's a development activity. Testing objectives include: finding defects (A), gaining confidence about quality (B), and preventing defects (C) by designing tests early. Debugging (identifying root cause and fixing) happens after testing finds a defect. Options A, B, C are valid testing objectives.