In Integration testing method, individual software modules are taken and combined and tested as group. Integration testing done after unit testing. Integration testing identifies the issues in the interfacing between modules.
Integration testing -- also known as integration and testing (I&T) -- is a type of software testing in which the different units, modules or components of a software application are tested as a combined entity. However, these modules may be coded by different programmers.