________ calls the function and passes it test data.

Options
- Test Stub
- Test Driver
- Proxy
- None of the above


CORRECT ANSWER : Test Driver

Discussion Board
Test Driver

Answer: Test Driver

Solution: 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.

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

Therefore, test driver is a correct answer.


Rohit Srivastava 07-21-2014 01:54 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement