Multiple choice technology testing

What is integration testing?

  1. Integration of automated software test suites with the application under test.

  2. Testing performed to expose faults in the interaction between components and systems.

  3. Testing to verify that a component is ready for integration with the rest of the system.

  4. Testing to verify that the test environment can be integrated with the product

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

Integration testing is designed to detect defects in the interfaces and interactions between integrated components or systems. The distractors are incorrect as they refer to test suite automation integration, individual component readiness validation, or test environment configuration rather than interactive testing.