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

1 Answer

0 votes
by (219 points)
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

Related questions

0 votes
0 votes
0 votes
asked Dec 3, 2019 in SOAPUI by Sinaya (243 points)
...