Integration Testing
Testing based on integration test plan after module testing
Integration is the process by which modules are aggregated to create larger components
Integration may be determined by uses hierarchy
Integration testing examines each combination to determine whether it is also correct or to find defects in the interaction between “correct” components
Ensures modules make compatible assumptions