QuestionQ124

Generic Automation Development

Which of the following descriptions corresponds to the concept of integration testing?

  • A Evaluate the system's compliance with the business requirements and assess whether it is acceptable for delivery.
  • B Individual units are combined and tested as a group. The purpose of this level of testing is to expose faults in the interaction between integrated units.
  • C Validates the complete and fully integrated system. The purpose of a system test is to evaluate the end-to-end system specifications.
  • D Individual units of a system are tested. The purpose is to validate that each unit of the system code performs as expected.
Explanation

Integration testing combines individual units and tests them together to identify defects in the interactions and interfaces between those integrated units.

Community Discussion

No comments yet. Be the first to start the discussion!