What is integration testing with example?

What Integration Testing

It is a testing method where a combination of different units and their interactions are checked. The integrity of the whole application is validated. There may be multiple software modules that may have been coded by different programmers in a typical software development project. Integration testing makes sure that the defects are exposed in the interaction that happens between these software modules when they are integrated.




Comments

Popular posts from this blog

A Guide to System Integration Testing

Title: How does SIT and UAT testing differ?

Why Should You Do Integration Testing?