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 the test strategy for installation testing?
Hello every one.I want to learn Manual Testing. I'm new to Testing.can anyone send me Manual testing books or any free download links?
Is there any specific standard which tells, How many test cases should one person write in a day? and How many test cases should get executed in a day?
what is entry and exit criteria and explain it?
What is the relation ship between regression testing and pesticide paradox?
What is way of writing testcases for database testing?
is functional and black box testing same or not
What is neutral test case?
what is the use of testing? is testing compulsary
whatis ur company testing process?
What is Service Pack?
What is web architecture that is followed while doing online project and tell the samples of architecture?