-
Notifications
You must be signed in to change notification settings - Fork 10
Testing Integration Tests
Sribalaji M edited this page Jan 30, 2018
·
2 revisions
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.
- Autolabcli v1.0.0 Docs
- Submission Workflow
- Architecture
- Refactoring Advice
- Feature Development
- Autolabcli Tests
- Events Doc
- Sequence Diagrams
- Testing in Javascript
- Libraries
- Debug Techniques
- Arrow Functions
- Autolabcli v0.1.1 Docs
- References