Integration testing
-
involves testers look for various types of bugs in the entire system, fully integrated.
-
involves testers looking for bugs in the relationships and interfaces between pairs and components of groups of components in the system under test.
-
Occurs often in a staged fashion.
-
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.