When is an integration test needed?(1 point)

Responses

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
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 intend to check logically integrated modules

An integration test is needed when we intend to check logically integrated modules, when we want to check a specific feature within a program, and when we want to determine if we are getting the right output.

An integration test is needed when we intend to check logically integrated modules. This means that we want to verify that the different components or units of a program are working together correctly. Integration tests help ensure that the interactions between different parts of the system are functioning as expected. By checking the integration of modules, we can uncover any issues or bugs that may arise due to the interdependencies between the components. This type of testing is particularly useful when we want to verify each unit independently and when we want to determine if we are getting the right output. Therefore, the correct answer is: when we intend to check logically integrated modules.