When is an integration test needed?(1 point)

Responses

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

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 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

1 answer

An integration test is needed when we intend to check logically integrated modules. Integration testing focuses on verifying the interactions and interfaces between different modules or components of a system to ensure they work together as expected.