Integration Testing is done to check the connectivity by combining all the individual modules together and test the functionality.
Integration testing is critical to ensure the functional correctness of the integrated system.
• Integration testing can be divided into two categories:
- Incremental integration testing: incremental testing expands the set of integrated modules progressively.
- Non-incremental integration testing: by non- incremental testing, software modules are combined and tested randomly.