Software Test Engineering / Integration Testing
Integration Testing most commonly follows unit testing. It is the first tier of validation that combines the various platform, hardware, and software elements together to ensure that all components are compatible and can talk to each other. In addition to ensuring basic integration and compatibility, the Integration Test strategy often validates the quality of unit testing that was performed by the developers. |