Multiple choice technology testing

Faults found by users are due to:

  1. Poor quality software

  2. bad luck

  3. Poor software and poor testing

  4. insufficient time for testing

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

User-reported faults typically indicate that both the software quality was suboptimal and testing failed to catch defects before release. If testing were comprehensive, most defects would be caught internally. User discovery of defects represents a failure in both development quality and the testing process.