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. Faults found during system tests can be very expensive to fix.

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

  4. Functional testing is used more than structural testing.

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

System testing is typically performed by independent test teams (option A is true). Faults found during system testing are indeed expensive to fix because they're caught late in development (option B is true). Functional testing, which tests against requirements, is more commonly used than structural testing in system testing (option D is true). End-users are primarily involved in user acceptance testing, not system testing, making option C the false statement.