Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }

0 Answers  


what are all the things we will include in " what to be tested and what not to be tested" in Test Plan

0 Answers  


Who will assign severity and priority to the bug?

11 Answers  


test cases for bulb

5 Answers   IBM,


Define performance and stress testing?

0 Answers  


Can you explain the different methodology for execution and design process in SIX sigma?

0 Answers  


Please Tell me About Fish-Bone Model. Thanks in Adv.

0 Answers  


Name three reasons why the tester may choose to record in Context Sensitive mode.

0 Answers  


exact difference between smoke testing, sanity testing and unit testing

7 Answers  


with what documents you prepare the test cases? (Asked in Zensar Hyderabad today(17-1-12010))

3 Answers   Zensar,


if we are working on web app and suddenly web app server crush or block ..that situation wht will we do.. and which command will use in sql database

1 Answers   IBM,


who is preparing PIN document?

1 Answers  


Categories