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 pass and exit creteria

1 Answers  


What is error guessing and error seeding?

1 Answers  


Where we have to use perl scripting in Testing approach and its importance

0 Answers  


How to give introduction for Manual Testing interview?? say when you show you have 4 years of experience in Manual Testing.

2 Answers  


we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1) functional testing 2)security testing

9 Answers  






When do u stop testing?

5 Answers  


Condition testing is a control structure testing technique where the criteria used to design test cases is that they Option 1 Rely on basis path testing Option 2 Exercise the logical conditions in a program module Option 3 Select test paths based on the locations and uses of variables Option 4 Focus on testing the validity of loop constructs

1 Answers  


If client give you a project then which testing you will perform first

0 Answers  


Hello people...im planning to jump into Manual Testing field. How should i start. Please guide me.. Thank you

12 Answers  


What criteria u r following in ur company for selecting related failed test cases in regression testing?

3 Answers   GE,


What do you do (with the project staff) when the schedule fails?

0 Answers   TCS,


At what stage of the life cycle does testing begin?

6 Answers  


Categories