Under what condition would a unit test be applied?(1 point)

Responses

when we want to decide if the system works as intended
when we want to decide if the system works as intended
when we want to verify each unit independently
when we want to verify each unit independently
when we want to verify the type of data accepted by our system
when we want to verify the type of data accepted by our system
when we want to check logically integrated modules

A unit test would be applied when we want to verify each unit independently.

A unit test is applied when we want to verify each unit independently.

A unit test would be applied when we want to verify each unit independently (1 point).