what is STUB & DRIVERS ?

Answers were Sorted based on User's Feedback



what is STUB & DRIVERS ?..

Answer / vijay

while intigrating the modules in TOP DOWN approach if any
any mandatory moduel is missing then it is replaced with
temperory program know as STUB.

In Bottom Up approach if any mandatory module is missing
then it is replaced with temperory program know as DRIVER.

Is This Answer Correct ?    16 Yes 3 No

what is STUB & DRIVERS ?..

Answer / b.srinivas

STUB is a substitute for sub module in the TOP DOWN
INTEGRATION

where as DRIVER is a substitute for main module in the BOTTOM
UP INTEGRATION.

These STUB and DRIVERS are provided by Developers only.

Is This Answer Correct ?    7 Yes 4 No

what is STUB & DRIVERS ?..

Answer / yogesh

Stubs are the dummy implementation of unbuilt module and
drivers are the program as the name indicates it drive data
b/w dummy module and actual module

Is This Answer Correct ?    1 Yes 2 No

what is STUB & DRIVERS ?..

Answer / satya

stub and drivers are the temprory programs which are used in
integration testing.in top down approach we are using the
temprary program called stub and in bottom up approach we
are using the temproary program called driver

Is This Answer Correct ?    0 Yes 3 No

what is STUB & DRIVERS ?..

Answer / sasya

stub:in the top downapproach if at all any mandatory module
is missing then that module is replaced with a temporary
programknown as stub.

driver:in the bottom upapproach if at all any mandatory
module is missing then that module is replaced with a
temporary programknown as driver.

Is This Answer Correct ?    0 Yes 3 No

what is STUB & DRIVERS ?..

Answer / sandeep

Stubs -
1. Stubs are basically known as Top-Down integration Testing.
2. It is done by Developer.
3. In this, a piece of code that simulates together to form
a main program.
4. Stubs can be driver but driver can not be stubs.

Drivers -
1. Drivers are basically known as Bottom-Up integration Testing.
2. It is done by Tester.
3. In this, a piece of code that passes through a number of
test cases and form a sub-program.

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More Manual Testing Interview Questions

What is Elementary Acceptance Testing

4 Answers  


9. What drives your interest in Web accessibility?

0 Answers  


Usually on which server test engineer works?

3 Answers   IBM,


How many test scripts can you prepare per a day?

5 Answers   AppLabs,


How do you review testcase (Types of review)? and whom to send for review ?

2 Answers  






U have a Scenario and there is box to enter values from 0 to 1000. Now what is the Test data u will test? What are the positive and negative test cases? How will U use Equivalence class Partition ?

4 Answers  


If you open a bug in build -1 and that get closed in build-2 . Again the same bug a raised in build -3. Then what state will you give to that?

6 Answers   TCS,


If i say that my company XYZ is a "out sourced" company then what does it mean? Plz Clear me with a practical scenario. It's Urgent

1 Answers  


Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.

3 Answers   Accenture,


diffrence between srs and frs

5 Answers   Sonata,


what is the difference between compatibilty testing and configuration testing?

6 Answers  


What is Defect Leakage?What Gap Analysis? What are the functioanl requirements to test the Software? What is Latency bug?

1 Answers   Crea, Yardi,


Categories