Multiple choice technology testing

Test Engineers need not test the application against the specifications

  1. True

  2. False

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

Test engineers MUST test applications against specifications. Specifications define expected behavior, and testing validates whether the application meets those requirements. Testing against specifications ensures the software delivers what was agreed upon and helps identify gaps between requirements and implementation.

AI explanation

Verifying that the application behaves according to its documented requirements/specifications is the core purpose of testing (this is essentially the definition of verification). Claiming testers "need not" check the app against specs is false, so False is correctly marked.