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 |
1. define Database testing ? 2. define severity and priority and types with example?
Difference between Equalance class partion and boundary value analysis?
11 Answers Ford, Patni, TCS,
What is Equivalence Partitioning and Boundary Value Analysis. Is Boundary Value is subset of Equivalence Partitioning??
what is the preference when we perform manual testing- either FEATURES or FUNCTIONALITY ?
what is mean security testing ? define with example
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
Why testing Web Applications is different?
What kind of testing to be done in client server application and web application? Explain
When should testing be stopped?
Q2. From the below given choices, which one is the ‘Confidence testing’ A. Sanity testing B. System testing C. Smoke testing D. Regression testing
9 Answers ISTQB, JO, Tech Mahindra, Trekbin,
1.what is Exhaustive Testing, Statement Testing, coverage Testing, Decision Testing & Condition Testing?
can we directly write test cases in test directory.