Integration Test Plan
Developed as part of (architectural) design
Test plan to exercise module interactions
- actual test data and expected results for each potential module interaction
- order of test executions
- completion criteria
- simple coverage (one test per interaction)
- input/output coverage (range of values)
- data flows (flows from user to used and back)
Basic goal is to test how modules interact with each other and with data under the assumption that they have passed module testing