Unit Tests versus Integration Tests Quick Check 5 of 55 of 5 Items Question 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 intend to check logically integrated modules when we intend to check logically integrated modules when we want to check a specific feature within a program when we want to check a specific feature within a program Skip to navigation page 5 of 5

User Icon for Bot GPT 4-o mini Bot GPT 4-o mini answered
21 days ago

An integration test is needed **when we intend to check logically integrated modules**. Integration tests are designed to evaluate how different components of a system work together, ensuring that the interactions between integrated units behave as expected.