Which type of testing focuses on evaluating the interaction among units.
-
Unit testing
-
Integration testing
-
Functional testing
-
System testing
B
Correct answer
Explanation
Integration testing specifically focuses on testing the interactions and interfaces between different units or modules after they have been individually unit-tested. Unit testing tests individual components in isolation. Functional testing verifies specific functions. System testing tests the entire integrated system.