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

difference between load testing and stress testing?

4 Answers  


what is difference between regression & retesting?

7 Answers  


what is check list?why it is prepared?

0 Answers   Wipro,


how 2 find out nth salary.plz write sql qurires

4 Answers  


those who want to gain real time experience feel free to contact me

1 Answers  






when there is minimal or no document available to carry out the testing for a login screen, what will you do?

3 Answers  


What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?

0 Answers  


what is test report?

4 Answers   Semantic Space,


How will you link the Defect to the test case? Explain Bug life cycle

2 Answers   IBM,


What are the Major Functionality for a ATM machine ??

1 Answers   IBS,


which kind of testing you are performing in diffrent phases of SDLC

3 Answers  


How do the test cases differ for Functional,Integration,System and User Acceptance Testing???

2 Answers   iFlex,


Categories