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

what are the different types of defects that can be found out in real time?How can we recognize what are the features to be tested and not to be tested in a system test plan?

2 Answers   Keane India Ltd,


What is diference u get in Web based appln testing when compared to Windows based appln.

2 Answers  


what is v-model? explain it in detail?why we call it as v- model not an u-model?

8 Answers  


What are the issues that u observed in the kick-off meeting?

7 Answers   Midas Technologies,


what is the challenging position faced in the testing not in point of management point of view it must be in the point of while testing the application?

2 Answers  






What are the different test deliverables?

6 Answers   Covansys,


which basic priority u used in ur project?

1 Answers  


what r the different types of testing techniques?

9 Answers  


What is difference between smoke testing and sanity testing? In simplest manner...

7 Answers  


what is the format of test report?

2 Answers  


is script is same like test cases?

2 Answers  


what is fpa ?

5 Answers  


Categories