what are the differences between stub abd the driver ?

Answers were Sorted based on User's Feedback



what are the differences between stub abd the driver ? ..

Answer / sindhuja rao

Test driver is a s/w component or module used to test the
submodule in the absence of main module.

Test stub is a dummy module to receive calls from main
module.It is used to test the main module in the absence of
sub module

Is This Answer Correct ?    9 Yes 2 No

what are the differences between stub abd the driver ? ..

Answer / ede renu prabhakar

STUB:while intergrating all the modules in top to bottm
approach whenever any mandatory module is missing that
module is replaced by a temperoary program which is called
as stub.
DRIVER:while integrating all the modules in bottom to top
approach whenever any mandatory module is missing that
module is replaced by a temperoary program which is called
as driver.

Is This Answer Correct ?    3 Yes 1 No

what are the differences between stub abd the driver ? ..

Answer / neha

Integration testing has diffirent testing techniques.
Top Down,Bottom up,hybrid.
If any submodule is absent in topdown approach then tester
will put a dummy module known as Stub.
If main module is in bottom up testing then we can put a
dummy module at thre place of main module this module known
as Drivers.

Is This Answer Correct ?    2 Yes 0 No

what are the differences between stub abd the driver ? ..

Answer / chandra_oracle

Test Driver - A program or test tool used to execute
software against a test case suite.

Stubs - A skeletal or special-purpose implementation of a
software module, used to develop or test a component that
calls or is otherwise dependent on it. After [IEEE].

Is This Answer Correct ?    2 Yes 2 No

what are the differences between stub abd the driver ? ..

Answer / ch.s.m.prasad,kkd

Both are temporary programs while we executing the program
in under constuction. stub is calling program and driver is
a called program.

Is This Answer Correct ?    5 Yes 5 No

Post New Answer

More Manual Testing Interview Questions

What is the testing process and what testing process followed by software company?

2 Answers  


Hi Friends, I have recently completed Testing course and planning to apply for jobs, I am Planning to put Banking Project in my resume but b4 that I need your help guys According to my knowledge in the banking project basically it contains 3 modules say 1. Banker 2. Admin 3. Customer Could you please explain me in terms of interview like how to explain each module and what exactly each module does and what type of testings we can do on banking project. Any help would be appreciated Thanks in advance Swapna

1 Answers  


what exactly done parallely in v-model with verification.

2 Answers  


What is difference between quality and testing?

6 Answers   Wipro,


Which is a form of Functional testing 1)B V A 2)Usability testing 3)Performance testing 4) Security testing.Its urgent

10 Answers   TCS,






friends i know what is regression testing but i need an real time example from any of the projects..

5 Answers   FSS, Wipro,


Hi,I am very new to testing.i want to be more strong in manual testing(writing test conditions).please suggest me?

2 Answers  


What is defect removable efficiency?

0 Answers  


please tell me about fish model which is used in sdlc model ,and also tell me about the founder of fish model and diagram of fish model and other things in details

10 Answers   Cap Gemini, IBM, Savitr, Syntel, Verizon,


what is validation and verification of a bug?

2 Answers  


Write test cases for agent login screen agent name will 4 to 20 character. password length not mention two buttons, 1-submmit and 2-Reset

2 Answers   UnitedHealth Group,


Why we have to do manual testing?

0 Answers  


Categories