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 |
What is scalability testing
8 Answers FSS, TCS, WebTekLabs,
What is the difference between pilot and beta testing?
Testing process in your company?
1 Answers OM IT Solutions, Oracle, TCS,
What is the difference between latent and masked defects?
Metrics in QA
in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?
How will u classify the test cases ?
Can anybody define 2-tier architecture,and 3 tier architecture.
how to execute manual test cases?
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?
Give an example of low serverity and low priority bug?
what is validation testing.