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 |
What is difference b/w Windows XP & Windows NT
What are all the things should be covered in the Unit Test cases ?
define benhmarks in black box testing...
what are the advantages of manual and automation testing ? and which one would u term as efficent testing and effective testing ?pls do reply thankx in advance
In a month how many times bugs will be send to your developer. 1 or 2
someone tell me the difference between volume testing, stress testing and load testing?
What is the responsibility of programmers vs QA?
What are the different ways to check a date field in a website?
Why Adhoc Testing is done?
what is the diff between testing methodology and testing technique
What are the three aspects of GUI software to test for with WinRunner?
what is meant by CLOUD?