logo
Manual Testing - MCQ(Quiz)
________ calls the function and passes it test data.
A)  Proxy
B)  Test Stub
C)  Test Driver
D)  None of the above

Correct Answer :   Test Driver


Explanation :

Proxy : It is a server that is not used for calling a function.

Test Stub : It is a dummy model of a sub module in integration testing that act as temporary replacement for a called module.

Test Driver : It is a dummy model of main module in integration testing that is used to call the function and for passing test data value.

Therefore, test driver is a correct answer.