Multiple choice technology testing

Integration testing in the large involves:

  1. Testing the system when combined with other systems.

  2. Testing a sub-system using stubs and drivers.

  3. Testing a system with a large number of users.

  4. Combing software components and testing them in one go.

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

Integration testing in the large refers to testing the integration of the system with external systems, APIs, or services. This is higher-level integration testing. Option B describes integration testing in the small (component-level integration using stubs/drivers). Option C describes load testing. Option D describes component integration. The key phrase 'in the large' indicates system-to-system integration.