Integration Testing:- Integration testing is the second-level software testing process. this testing performs after unit testing. in this testing Software components and modules are tested in the group.
Why Do integration testing?
Integration testing insure that the software how will perform when all modules are combined.
Integration Testing Example:- I have a fund transfer page. First, we will log in software by A user to transfer amount after transfer amount to B user and show the message on the screen that amounts successfully transfer
Let us understand Integration Testing with example. Let us assume that you work for an IT Company which has been asked to develop an online Hotel booking website for a other Company .
After All requirements gathering, analysis and design were completed, Then a developer was assigned to develop each of the modules below.
User registration and Authentication/Login Product Catalogue Shopping Cart Billing Payment gateway integration Shipping and Package Tracking





