What is stub and driver in integration testing ?
Explain with example.

Answers were Sorted based on User's Feedback



What is stub and driver in integration testing ? Explain with example...

Answer / sangeetha

types of integeration testing:
top down
bottom up
Top down :
testing hierarchy starts from higher level
to lower level.if suppose testers dnt get the lower modules
for testing(consider the lower modules are under developmnt)
wat the testers wil do thy wil place dummy modules and
integerate these dummy modules with the higher level
modules.in top down apparoach the dummy modules r called
Stubs.
Stubs- Def
stubs r the dummy modules tht simulates the low
level modules.
Bottom up:
in this the dummy modules r called drivers.
Drivers- Def:
drivers r the dummy modules tht simulate the high
level modules.

Is This Answer Correct ?    239 Yes 22 No

What is stub and driver in integration testing ? Explain with example...

Answer / mfsi_chinmayb`

Hi
Let me give a brief idea about Integration testing.
As the name suggest it is a process to sum up or assemble
different modules of the project and then jump for a testing

Let's we have three modules A,B,C.
While integration testing we have complete module A
developed but the rest are in construction.If we need any
function from B or C then we need to create a dummy one for
that t make the testing success for A.
Here the STUB is the dummy function for B or C and the
DRIVER is the module A who called the stub.

In the bottom to up approach(B,C are ready and A is undone)
then the DRIVER is B or C and the STUB is Dummy function.

Is This Answer Correct ?    19 Yes 8 No

What is stub and driver in integration testing ? Explain with example...

Answer / joy

stubs - we can say use of dummy module to test the main functionality.for eg to test the application for billing payment while the connection to the sever is not ready then we can use stubs to test the billing application.

Driver :- same as above in this we test the sub module when the main part is not developed.for eg:-login page where login functionality is not developed while u can test the remiaining part

Is This Answer Correct ?    4 Yes 0 No

What is stub and driver in integration testing ? Explain with example...

Answer / sreedevi

Test Drivers are used during Bottom-up integration testing in order to simulate the behaviour of the upper level modules that are not yet integrated. Test Drivers are the modules that act as temporary replacement for a calling module and give the same output as that of the actual product.

Drivers are also used when the software needs to interact with an external system and are usually complex than stubs.

Is This Answer Correct ?    2 Yes 0 No

What is stub and driver in integration testing ? Explain with example...

Answer / nitn

stubs & driver dummy programs

Is This Answer Correct ?    7 Yes 6 No

What is stub and driver in integration testing ? Explain with example...

Answer / kunal

types of integeration testing:
top down
bottom up
Top down :
testing hierarchy starts from higher level
to lower level.if suppose testers dnt get the lower modules
for testing(consider the lower modules are under developmnt)
wat the testers wil do thy wil place dummy modules and
integerate these dummy modules with the higher level
modules.in top down apparoach the dummy modules r called
Stubs.
Stubs- Def
stubs r the dummy modules tht simulates the low
level modules.
Bottom up:
in this the dummy modules r called drivers.
Drivers- Def:
drivers r the dummy modules tht simulate the high



OR



Integration testing: carrying out integration tests.

Integration tests (After Leung and White) for procedural
languages. This is easily generalized for OO languages by
using the equivalent constructs for message passing. In
the following, the word "call" is to be understood in the
most general sense of a data flow and is not restricted to
just formal subroutine calls and returns ? for example,
passage of data through global data structures and/or the
use of pointers.

Let A and B be two components in which A calls B.
Let Ta be the component level tests of A
Let Tb be the component level tests of B
Tab The tests in A's suite that cause A to call B.
Tbsa The tests in B's suite for which it is possible
to sensitize A -- the inputs
are to A, not B.
Tbsa + Tab == the integration test suite (+ = union).

Is This Answer Correct ?    13 Yes 15 No

What is stub and driver in integration testing ? Explain with example...

Answer / manjunath

Consider that module A is ready to test and module B is not yet ready. in order to test module A we need another module for this purpose we create a dummy module B called stub
defnation of stub- stub is a dummy module which recives data where as actual module recives data and sends respones to moduke B
Driver-we need somthind to recive data and send response this is called driver

Is This Answer Correct ?    5 Yes 9 No

What is stub and driver in integration testing ? Explain with example...

Answer / k.manasa

integration testing means integrate the modules and then do
testing
3 phases of integration testing
top-down
botttom-up
sand-witch
top-down:
in top-down approach top module is coded one and
the remaing modules below the top is not coded ones.
here the top module is treated as driver and bottom modules
treated as stub.

Driver:Driver is a set of functions which is driven by
another set of functions.

Stub:A stub is set of functions driven by the driver.

these sub modules are also coded by developer at the time
of developing,but these are the temperory ones.

Is This Answer Correct ?    9 Yes 20 No

What is stub and driver in integration testing ? Explain with example...

Answer / raja

Integration testing: carrying out integration tests.

Integration tests (After Leung and White) for procedural
languages. This is easily generalized for OO languages by
using the equivalent constructs for message passing. In
the following, the word "call" is to be understood in the
most general sense of a data flow and is not restricted to
just formal subroutine calls and returns ? for example,
passage of data through global data structures and/or the
use of pointers.

Let A and B be two components in which A calls B.
Let Ta be the component level tests of A
Let Tb be the component level tests of B
Tab The tests in A's suite that cause A to call B.
Tbsa The tests in B's suite for which it is possible
to sensitize A -- the inputs
are to A, not B.
Tbsa + Tab == the integration test suite (+ = union).

Is This Answer Correct ?    22 Yes 55 No

What is stub and driver in integration testing ? Explain with example...

Answer / vaidehi

plz look at book...............
plz preffer self study not internet

Is This Answer Correct ?    11 Yes 55 No

Post New Answer

More Manual Testing Interview Questions

Hi can anyone give me 5 situations where your developerignore your bug

5 Answers  


What is Test strategy?

4 Answers   Infosys,


please anyone let me know the -ve testing of Excel sheet?

2 Answers   Zycus Infotech,


Explain test case?

4 Answers   IBM,


First Name & Last Name fields are there in the application form, In Application First name & last name fields accepts the numerical value 453455 & special characters $%#$% . My question is that --> I think No need to write test cases for Numerical value & special char. for First & Last name fields BECAUSE No one will enter such a input data at client side b'coz it's not practical. Let's me know the answer.

3 Answers  


what is monkey testing?

24 Answers   Siemens,


 You are New to the city,You don't have any Gadgets,you have   only address on paper piece.You are almost nearer to your destination, You have asked one man and he replied saying "Go straight and take Right(Dead End)".After moving some distance you have asked another person and he replied saying "Go straight and take Left (Dead End).And finally question here is As a tester which path you can choose and why? 

5 Answers   Bally Technologies, SSS,


What test cases should be written in performance testing manually?

1 Answers  


Name the Documents which are send to client once testing is completed?

7 Answers   Polaris,


How u did security testing for the web application???

5 Answers   SuperValu,


What r the roles and responsibilities of a TestLead?

1 Answers  


What is industry standard for code coverage numbers?

1 Answers  


Categories