What is the difference between stub & Driver? which is
needed in Top Up & Bottom Down Testing?
Answers were Sorted based on User's Feedback
Answer / kapil sood
Stubs and drivers are nothing but codes or programs that we
use for testing bottom up and top down testing.
For Bottom up testing we use drivers and for Top down
testing we use stubs.
Stub is special purpose program which is used to simulate
the activity of missing component.
Driver is special code to aid the integration or routine
that calls particular component and passes test case to it.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / krishna
Stub is used in The Top-Down Approach & Driver is Used in
The Bottom-Down Approach
While integrating The Modules in Top-Down Approach if at
all any Mandatory Module is Missing Then That Module is
Replaced With Temparory Program Known as STUB
While integrating The Modules in Bottom-Up Approach if at
all any Mandatory Module is Missing Then That Module is
Replaced With Temparory Program Known as DRIVER
| Is This Answer Correct ? | 5 Yes | 4 No |
How Defect prevention can be accomplished ?
what is difference between severity and priority? what is difference between bug and defect?
23 Answers AD Solutions, Cognizant,
You have a testing team of 10 members, and now you have to reduce it by 5 member and you dont want to increase risk in your product, you are try to cover all functionality to test. What test Strategy you follow.
How will you prepare Test Data?
when there is a new enchancement done by the developers what will do as a tester ?
What is the difference between application & Product?
any one giv test cases for wordpad using equivalence class partioning
how can i derive the test case for requirement and usecase ?
Testing Engineer having Software Programming knowledge so Which type of testing will be done. 1.Adhoc testing 2.random testing 3. functional testing 4. monkey testing
How was the regression testing done in your project what was the contribution of the regression test effort for the whole quality improvement?
what is the purpose of test design technique
Would u provide the exact differences of test case and test conditon 2)test case and use case 3)test suite and test scenara