Integration Testing
Watch This Video
Performed to ensure that two modules operate together correctly. The aim is to test all major interfaces and interactions between the individual components, and to uncover communication failures between components.
It should not test the functionality within the component (by this time it has already been done by component testing), only focusing how it communicate with each other. It is normally performed by developers in the development environment.
V-model document: Design Specification and Component Integration Testing.
You must log in to post a comment.