• Software Testing Dictionary
  • Home

Integration Testing



What is Integration Testing?

Upon completion of unit testing, the units or modules are to be integrated which gives raise to integration testing. The purpose of integration testing is to verify the functional, performance, and reliability between the modules that are integrated.

Integration Strategies:

  • Big-Bang Integration

  • Top Down Integration

  • Bottom Up Integration

  • Hybrid Integration

Advertisements