Multiple choice technology testing

Which one of the following statements about system testing is NOT true?

  1. System tests are often performed by independent teams.

  2. Functional testing is used more than structural testing.

  3. Faults found during system tests can be very expensive to fix

  4. End-users should be involved in system tests.

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

The statement that is NOT true is D. While end-users are involved in User Acceptance Testing (UAT), system testing itself is typically performed by independent test teams, not end-users. System testing focuses on verifying the system against specifications, while UAT focuses on business fitness. Options A, B, and C are all true: system tests use independent teams, functional (black-box) testing is more common than structural (white-box) testing at this level, and faults found later are indeed expensive to fix.