Integration Test Plan Process
- For a given module interaction:
- Design test cases to test that interaction
- design typical test case
- design test cases specific to this interaction
- design special and boundary value test cases
- For each test case, provide the "values" of parameters and any environment (e.g., persistent data) required
- Plan the order of the test cases for this interaction
- initialize, set-up, process, wrap-up
- Describe any stubs or drivers required for this interaction
- Plan the order of integration testing
- top-down
- bottom-up
- combination