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 |
is there any difference between test case design and test case development
How do you feel about cyclomatic complexity?
A defect posted by another tester, and it is fixed, and that fixed bug has come to you for testing, and you don't know the functionality, what do you do ?
what is port testing
which test is used for memory leakage?
If there are so many settings/options to choose, how to write test cases?
how you r executing Test case explain in detail
1. What types of documents would you need for QA, QC, and Software Testing?
What is workadround
Usually on which server test engineer works?
What is online testing?
what is the role of QA in all the phases of SDLC?