Skip to content

Testing Integration Tests

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.

Clone this wiki locally