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. End-users should be involved in system tests

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

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

System testing is conducted by testers or independent teams, not end-users, making option C the false statement. End-users participate in User Acceptance Testing (UAT), which comes after system testing and validates whether the software meets business needs. System testing verifies technical requirements, while UAT validates business requirements from the user's perspective.