Multiple choice technology testing

Testing is not done to __________

  1. Check user friendliness

  2. Improve quality

  3. Find faults

  4. Improve software accuracy

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

Testing's primary objectives are finding faults, checking user friendliness (usability testing), and improving overall quality. However, testing itself doesn't improve accuracy - it identifies accuracy issues, but the development team fixes them. Testing is about detection and evaluation, not correction or enhancement.