What is Stub and Driver ? What functions are used in stubs
and driver?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / salini
Stub:
A stub is a substitute for sub module in top-down
integration.
Driver:
A driver is asubstitute for main module in bottom-up
integration.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / salini
A Stub is a substitute for sub module in Top-Down
Integration.
| Is This Answer Correct ? | 3 Yes | 2 No |
what is testing?
5 Answers Naukri.com, RealTech, TCS, Value Labs,
tell me brief about your project? please help me how to explain the project what is the flow? my current project is ERP domain web based application. please help me
How will you test manually if you have more than 1000 of data?
Can any one explain me about hybrid integration testing? and what is interface in integration testing? thanks in advance...... regards, MurthySharma.Manchella
if the object is identified by QTP & also virtual object wizard then which object will added to object repository
which test strategy your are fallowing in your company?which documents u r using in software development life cycle?
what is testing methodologies manually following by the tester in an company? pl give me answer
Hi, this is sekhar yadav, when the testing starts...
when design phase is going on what testing team will do?
What is difference between Build, Version and Release
when we use the Equivalance Partioning techinique
what is the function generator?