You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sribalaji M edited this page Jan 30, 2018
·
2 revisions
What is Integration Testing?
Integration testing is the phase in software testing in which individual software modules are combined and tested as a group. The purpose of this level of testing is to expose faults in the interaction between integrated units.
Mocha Testing framework is used in this project to write integration tests.