When is an integration test needed?(1 point)

Responses

when we want to check a specific feature within a program
when we want to check a specific feature within a program

when we intend to check logically integrated modules
when we intend to check logically integrated modules

when we want to verify each unit independently

1 answer

An integration test is needed when we intend to check logically integrated modules.

This type of testing focuses on verifying that different components or modules of a system work together as intended after individual unit tests have been completed.