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

What is Alpha testing/ Beta testing?

4 Answers  


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

0 Answers  


Explain pilot testing.

2 Answers  


next week i have a interview how to preopare the interview both manual and autolmation pls help me bcoz i ma fresher ple very soom thankl for and advance

1 Answers  


How to write test cases for a website where we can book the room in Hotel bookin room in hotel the website has some fields like room with A/C or Non a/c room according to this it has room fare, pick up and drop facility they will charge some extra money, veg and non veg food, payment by credit card. please give me the answer

1 Answers   First Indian Corporation, SFA, TCS,






how will u Do Smoke testing and Sanity testing for these fields:We have 3 fields on page: Name,Address and Pincode ?

6 Answers   HCL,


what is entry criteria for intigration testing,,? what is entry criteria for system testing? what is exit criteria for intigration testing & system testing??? plz give me proper examples .... thanks & regards svsekhar2003@gmail.com

2 Answers  


in your organization in what way(phases) s/w is developed and in what way testing will be conducted?

4 Answers  


what is test plan and test stategy and also differnce bet them?

5 Answers   RealPage,


What is the deferace between End to End testing & system testing? Give me at least one example

4 Answers  


What is Alpha and Beta Testing?

37 Answers   ABC, Aspire, College School Exams Tests, Fidelity, Photon, TATA,


Hi I want to prepare for ISTQB Foundation level. Can any body mail me some sample papers for preparation. My mail id is sanjaysachdeva2008 @gmail.com

1 Answers  


Categories