What is Stub and Driver ? What functions are used in stubs
and driver?
Answer Posted / castor_troy
The term stub and drivers comes in integration testing.
Say while top down integration testing we have 3 modules A,
B and C. say A and B are ready but C. But A and B calls
functions from C. In this case, to proceed with the testing
a dummy code is written to work as C. This function/code is
called a Stub.
Same way in Bottom up testing Say A, B are ready but C is
not. And C has to return value to A and B. For this a dummy
code is written to return a vale. This is called Driver.
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
what does 80hz refresh rate indicates?
Are there more defects in the design phase or in the coding phase?
iwant know IEEE formate ,how it is used and exactly where it is used? i have details it follows test plan, testcases...etc. i want real time explanation. pls any one give?
What is severity and priority of bug? Give some example.
what are the typical problems in web testing?
What is difference between Build, Version and Release
What is decision table testing?
Can you explain v model in manual testing?
wat is test management ?what are the components available in test management?
Can you explain an application boundary?
What is test closure?
How to explain the Insurance project in the interview?
what is Test management fundamental?
After insert the record in front-end, how will you check the back end by manually? Please explain?
What is the difference between Functional testing and Unit Functionality testing?