What is the Driver in Integration Testing..Anybody can
explain it.....Thanks in advance.....

Answers were Sorted based on User's Feedback



What is the Driver in Integration Testing..Anybody can explain it.....Thanks in advance.......

Answer / ramesh naik

In Bottom Up approach, the Child modules are developed
first. As the parent modules are developed, they are
integrated with the Child modules to perform integration
testing. In the process, if at all any parent module is
missing, inorder to continue the integration process, a
temporary program (called as DRIVER) is submitted in the
place of parent module.

Is This Answer Correct ?    7 Yes 0 No

What is the Driver in Integration Testing..Anybody can explain it.....Thanks in advance.......

Answer / nani

Hi,
Basically integration testing can done in two ways
Top-down approach and Bottom up approach.
in top down approach we can use stubs.
in bottom up approach we can use drivers for integrating
the modules.using drivers for each new module being tested
in integration with all lower-level modules.
eg: we need to integrate 3 A,B,C modules then by using this
approach the lowest-level modules "B" and "C" are tested
with drivers. Next, the higher-level module "A" is tested
with a driver in integration with modules "B" and "C."
Finally, integration could continue until the top-level
module of the program is tested (with real input data) in
integration with the entire program.

Is This Answer Correct ?    1 Yes 0 No

What is the Driver in Integration Testing..Anybody can explain it.....Thanks in advance.......

Answer / sreekanthreddy

drivers are simple program designed specifically for
testing that make calls to these lower layers......

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

does tester use design document for writing testcases

4 Answers   CMC,


What is the difference between Build, Version and Release?? Reply soon...

3 Answers  


Who will change the Bug Status as Deffered?

19 Answers   Wipro,


hi ,, what is testing methodologies ,and what is test strategy pls tel me ... advance thanks for all

2 Answers   Synergy,


What is Independant Testing? When and where this type of testing will be performed?

0 Answers   Satyam,






What is the difference between GUI Testing,UI testing and Usability TEsting

0 Answers   TCS,


approx how long a simple website take time just for manual testing including report generation.

0 Answers  


What is the difference between santity & smoke testing?

6 Answers   Logica CMG,


what are the system testcases for the notepad application?

1 Answers  


In My Company Am Preparing the test cases in the Excel Sheet.All the Companies Are Using Excel Sheet"s??????Please Answer.

3 Answers  


What is industry standard for code coverage numbers?

1 Answers  


define sdlc step wise

5 Answers   Cap Gemini,


Categories