what is stub and driver ?explane in brife.,and some example

Answers were Sorted based on User's Feedback



what is stub and driver ?explane in brife.,and some example..

Answer / bharath vajja

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

what is stub and driver ?explane in brife.,and some example..

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

what is stub and driver ?explane in brife.,and some example..

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

what is stub and driver ?explane in brife.,and some example..

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

what is stub and driver ?explane in brife.,and some example..

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 stub and driver ?explane in brife.,and some example..

Answer / vidya

Stub :- In top-down integration " A simulated program which
replaces a called program is called " Stub"

Driver : In bottom-up integration , A simulated program that
replaces a calling program is called "Driver"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

is it necessary to write test cases in "tabular" form or will it be fine if written "point wise".

2 Answers   Zycus Infotech,


tell me about low severity & low priority bug?

3 Answers  


how can we upload manual test cases in testdirector

1 Answers  


pls explain company testing process in detail

1 Answers  


What is the diffrence b/w defect lifecyce ans buglifecyce?

1 Answers   CIL,






what is verification and validation?

34 Answers   DRDL, Infosys, MBT,


how will get a build for testing.

4 Answers   Aspire,


why Can't the system testing be done at any stage in V- Process Model? reasons

2 Answers  


what types of testing you performed in transfer funds module....

0 Answers   PCS,


What is CMMI leavels?

1 Answers   Crea,


What should be done after a bug is found?

5 Answers  


What is Test Pack in software testing? OR What Test Pack consist of?

2 Answers  


Categories