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

hi this is ashok , i never worked in medical domain , can any one pls send me with proper exaple pls Question is while emergency or normal patitent enter into hospital he entered his first and last name and he enter emergency coloumn , write test case on these ,

0 Answers  


static and dyanamic testing

2 Answers  


WHAT IS THE MEANING OF CCC IN TESTING TERMINALOGY

1 Answers   iSoft,


what is agile testing

2 Answers  


What is the role of tester in SDLC cycle ( in each phase )

2 Answers  






what is the difference between product and application?

6 Answers   Synergy,


What are the possible testcases for online mobile recharge? For eg, in a web application like paytm.

1 Answers  


Difference between Quality Assurance and Quality control? What does the QA ppl do?

4 Answers   IBM,


what are the test scenarios for the new user registration in e-commerce site??

2 Answers  


Need Browser compatibility checklist? If any of you are having any doc or checklist on the same please share it with me.

5 Answers   Cap Gemini, Wipro,


QC/VSS/team track/ bugzila etc ?

3 Answers   Hewitt,


What is memory leak and how you will find memory leak ? Which tools can be used to find out memory leak ?

4 Answers   nvidia, Symantec,


Categories