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 want to determine if we are getting the right output
when we want to determine if we are getting the right output

when we want to verify each unit independently
when we want to verify each unit independently

when we intend to check logically integrated modules

1 answer

An integration test is needed when we intend to check logically integrated modules. Integrations tests are designed to verify if different components or systems work together as intended after integration.