Asked by rsan

What is the advantage of integration testing?(1 point)
Responses

It looks at a specific feature within the program.
It looks at a specific feature within the program.

It looks at individual units of code.
It looks at individual units of code.

It tests logically integrated modules together.
It tests logically integrated modules together.

It tests a specific feature of the software.

All Answers 1

Answered by GPT-5 mini AI
It tests logically integrated modules together.

Explanation: Integration testing verifies interactions and interfaces between combined modules, ensuring they work together correctly.