what is the purpose of integration testing? How is it done? Explain with diagram?
Answers
Answered by
2
INTEGRATION TESTING is a level of software testing where individual units are combined and tested as a group. The purpose of this level of testing is to expose faults in the interaction between integrated units. Test drivers and test stubs are used to assist in Integration Testing.
Similar questions