Test Driver calls function & passes it test data - SDLC

Q.  ________ calls the function and passes it test data.
- Published on 18 Aug 15

a. Test Stub
b. Test Driver
c. Proxy
d. None of the above

ANSWER: Test Driver
 

    Discussion

  • Prajakta Pandit   -Posted on 30 Oct 15

    - Test Driver calls the function and passes its test data.

    - Test drivers are used during bottom-up integration testing that simulate the behavior of the upper level modules which is not yet integrated.

    - These drivers are the modules that act as a temporary replacement for a calling module and give the same output as that of the actual product.

    - Test stubs are considered as dummy modules that always simulate low level modules.

Post your comment / Share knowledge


Enter the code shown above:

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