Multiple choice technology testing

Functional system testing is:

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

  2. testing that the system functions with other systems

  3. testing the system performs functions within specified response times

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

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

Functional system testing validates the entire system's end-to-end behavior against functional requirements, treating it as a black box. Integration testing verifies component interactions (option A), interoperability testing checks external system interfaces (option B), and performance testing measures response times (option C). System testing focuses on what the system does, not how it's built.