what is the advantage if integration testing?

It test logically integrated modules together
it tests a specific feature of the software
it looks at specific features in the program
it looks at individual units of code

The advantage of integration testing is that it tests logically integrated modules together. This means that it checks how different modules of the software work together, ensuring that they are properly integrated and function as expected. By testing the integration of modules, it helps identify any issues or bugs that may arise when different parts of the software interact with each other. This type of testing helps ensure that the software functions as a cohesive system and that all the integrated components work together seamlessly.