Multiple choice technology testing

Testing includes

  1. finding defects

  2. Gaining confidence in and providing information about the level of quality

  3. preventing defects

  4. all of the above

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

Testing serves multiple purposes: finding defects in the software, gaining confidence about quality by providing information, and preventing defects through early involvement (like test-driven development or reviews). Since all three purposes (A, B, C) are valid, 'all of the above' is the correct answer.