Week -9
Integration Testing
In this phase of testing, individual modules are combined and teste as a group. Data trasfer between the modules is tested thoroughly. Integration testing is carried out by tester.
Big-Bang
- Wait for all modules to be developed.
- Time consuming
- Difficult to trace root cause of bugs.
Once all the individual units are created and tested we can start doing the integrated testing.
Studs
- Used in top down approach
- top most modules is tested first
- dummy program of lower level components
- Used in bottom up approach
- lowest modules are tested first
- dummy program for higher level component
No comments:
Post a Comment