what is stub and driver ?explane in brife.,and some example
Answers were Sorted based on User's Feedback
scrub - it's a temporary program which replaces the missing
mandatory module in top-down approach.
driver - while integration the module in bottom-top approach
if at all any mandatory module is missing then that module
is replaced by with a temporary program known as driver.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / rahul jain
Stub-stub are dummy modules which used in top down
integration testing.these are special purpose program
simulate the activity of the missing component.
Driver-driver are special purpose program which make calls
to lower layer of component.drivers are used in bottom up
approach.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / radhika bondugulapati
Stub -> while integrating the modules in a top down approach
if at all any mandatory module is missing then that module
is repalced with a temporary program is known as stub.
Driver -> while integrating the modules in a bottom up
approach if at all any mandatory module is missing then that
module is repalced with temporary program is known as driver.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / balakiranm
Stub & Driver are temporary components (or)
interfaces which are used as the substitute
for sub & main module.
Stub: In top-down integration substitute for
sub module is called "Stub".
Driver: In bottom-up integration substitute
for main module is called "Driver".
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / arun m kamithkar
stub is a temporary program which stimulates lower level
modules in top-down approach.
driver is a temporary program which stimulates higher level
modules in bottom-up approach.
| Is This Answer Correct ? | 1 Yes | 0 No |
how agile testing is performed and what are the related documents.
What are the different phases available in STLC.
What do we need to build a quality QC team ? a QC manager with all junior QCs or a QC manager with all senior QCs?
What do you mean by SLC ?
what is meant by Priority and Severity?
on what basis a tester writes test cases,i mean is it only based on FS and if so how can they know that a certain no of test cases can be written even b4 they write the test cases.bcoz a test plan contains how many test cases to be written by each tester.
What is adhoc testing?when it can be done?
1)what is the basic diff. between unit testing and component testing 2)how do you implement framework in ur project through automation
what is the need for different tools? why cant we manage testing with a single tool?
2 Answers Calpine Technologies,
tell me brief about your project? please help me how to explain the project what is the flow? my current project is ERP domain web based application. please help me
what are the differnt error code that comes when an error occured in web application?
What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...