Multiple choice technology testing

Integration testing

  1. involves testers look for various types of bugs in the entire system, fully integrated.

  2. involves testers looking for bugs in the relationships and interfaces between pairs and components of groups of components in the system under test.

  3. Occurs often in a staged fashion.

  4. B & C.

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

Integration testing focuses on relationships and interfaces between components. Option B correctly describes this - testing bugs in relationships and interfaces between pairs and groups of components. Option C is also correct because integration testing often happens in stages (incremental integration). Therefore D (B & C) is the correct answer.