0 votes
in Interview Question by
edited by
Explain what are test driver and test stub and why it is required?

1 Answer

0 votes
by
Stubs are used in Top-Down Integration Testing. Drivers are used in Bottom-Up Integration Testing. 2. Stubs are basically known as a “called programs” and are used in the Top-down integration testing. While, drivers are the “calling program” and are used in bottom-up integration testing
...