Computer Science, asked by ritusharma68, 9 months ago

what is the purpose of integration testing? How is it done? Explain with diagram?​

Answers

Answered by TheMishraJii
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