What is integration testing?
Integration Testing testing of a group of related modules.The purpose of this testing is to expose errors in the interaction between integrated units with the assistance of test stubs and test drivers.
Techniques: Bottom up integration
Top down integration
Techniques: Bottom up integration
Top down integration
Comments
Post a Comment