62.2k views
4 votes
In the context of Integration Testing, a component that calls the Tested Unit and controls the test cases is called:

A.) Driver

B.) Stub

C.) Test Class

D.) Test Fixture

User Juusaw
by
9.0k points

1 Answer

0 votes

Final answer:

A component that calls the Tested Unit and controls the test cases is called a Driver.

Step-by-step explanation:

In the context of Integration Testing, a component that calls the Tested Unit and controls the test cases is called a Driver. The Driver is responsible for initiating the execution of the Tested Unit and providing the necessary inputs to simulate different scenarios or test cases.

User Rogier
by
9.1k points