Multiple choice technology testing

Functional system testing is:

  1. testing that the system functions with other systems

  2. testing that the components that comprise the system function together

  3. testing the end to end functionality of the system as a whole

  4. testing the system performs functions within specified response times

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

Functional system testing tests end-to-end functionality of the complete system. Option A describes interoperability testing. Option B describes integration testing. Option D describes performance testing.