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 |
Write all possible test scenarios for Login screen.
I have planned to take up exam in june. It would be of great help if u can send across some ISTQB material. Kindly mail me at keeran.rr@gmail.com. Thanks in advance.
What is the difference between SRS, BRD and FRD? Please explain in detail.
This question has been asked in my recent inerview with Adithya Birla Group.When to prepare System test plan after getting build or before getting build?
How do u go about testing of web application?
You're in the execution phase and after executing many test cases..you're not able to find any defect..not even a single defect. What will you do?
explain fields of a bug
What is agile methodology and how to perform agile testing?
what is system testing? explian with scenarios..
Guys, can any one of u give the realtime example for System Test
what does a test plan contains and is a tester allowed to see the entire test plan or only the scheduling part of the test plan
what is difference b/w test case and test scenario?