wht is Driver in Integration testing

Answers were Sorted based on User's Feedback



wht is Driver in Integration testing ..

Answer / kamblep

When u want to test a function in any of the module/s u need
to write a driver function which is nothing but a main()
function through which u invoke the function in the
corresponding module/s.It is generally the responsibility of
the developer and hence falls under White Box Testing.

Is This Answer Correct ?    2 Yes 1 No

wht is Driver in Integration testing ..

Answer / rafi

in integration testing we have a 2methods that is

top down integration testing and
bottom up integration testing

In bottom up integration we using drivers

Is This Answer Correct ?    2 Yes 1 No

wht is Driver in Integration testing ..

Answer / rohituppal

Drivers are used in bottom up approach of integration testing.

Suppose there are 3 modules A, B & C as shown below

A
|-> B
|->C

Bottom up approach tests module C first then B then A
Now suppose module C & B are ready but module A is not ready.
So in this case instead of waiting for module A to get ready tester will write some piece of code so as to get the required output that module A expected to give. This is driver itself.

Is This Answer Correct ?    1 Yes 0 No

wht is Driver in Integration testing ..

Answer / reddy

In integration testing we have 4 methods. In that 4 methods,
bottom-up is one. Here we are integrating sub modules
without iteration of main module. That time we using driver
between main module and sub modules.

Driver is nothing but a temporary prog.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

Did you ever worked with B.A's and when?

0 Answers   MTN,


Tell the procedure to close word file?

4 Answers  


Differentiate between severity and priority? who assign these parameters to a bug?

6 Answers   Satyam,


What are cookies? tell me the advantage and disadvantage of cookies?

5 Answers   AZTEC, College School Exams Tests,


hi i want manual testing interview question(3+exp)please tell me

0 Answers  






Why is it impossible to test a program thoroughly or in other terms 100% bug-free?

0 Answers  


when we use the Equivalance Partioning techinique

2 Answers  


IN software testing i have 3.2 yrs exp in testing. last week i attend the interview at Dell comaputers. interviewer asked me that what are the challenges faced in the project. but i didn't able to answer it properly. Anybody can answer it. Thanks in advance.

0 Answers   DELL,


Can you tell me the difference between functional and non functional testing?

1 Answers  


what is two tier application? and what is three tier application?and what is the basic difference? explain with a example?

2 Answers   IndiumSoft,


difference between internet exploral and netscape navigator?

2 Answers  


MS Paint

0 Answers  


Categories