what is stub and driver and tell me how can we introduce them in
integration testing



Answers were Sorted based on User's Feedback



what is stub and driver and tell me how can we introduce them in integration testing ..

Answer / vijaya koya

Hi
Stubs and Drivers are dummy codes which are used while
integration when developer doesn’t have any code, we use
this dummy codes to integrate & test. In top down testing
stubs are used & in bottom up testing drivers are used.

Generally the developers will do the integration Testing.

Is This Answer Correct ?    0 Yes 0 No

what is stub and driver and tell me how can we introduce them in integration testing ..

Answer / sangamithra

Hi,

Stubs and drivers are used to insert dummy modules to tempravary.After developer completed developing and unit testing,they will remove that dummy modules.

In integration testing this will be involve and in top to bottom level stubs and bottom to top level testing drivers will be involve.

Is This Answer Correct ?    0 Yes 0 No

what is stub and driver and tell me how can we introduce them in integration testing ..

Answer / pavan

stub: when ever the modules are integrating in the top down approach if at all any mandatory module are missing then it will replace will the temparary program and integrate them it is called the stub.

Driver: when ever the modules are integrating in the bottom- up approach if at all any mandatory module are missing then it will replace will the temparary program and integrate them it is called the driver.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is diference between Draft and Build

1 Answers  


What are techniques for Integration Testing.

3 Answers  


What is pesticide paradox?

0 Answers  


find out the odd man out in following options GUI spy, Object Spy, Gui map editor, Inspector.

1 Answers  


i m doing a course in manual testing ,they ll be conducting a online exam.i just need a sample question paper with answer.

0 Answers  






What is the goal of Software Configuration Management(SCM? a.)Configuration Identifier b.)Configuration Control c.)Process Management d.)All options.

2 Answers   Amdocs,


is there any checklist to check SRS document

3 Answers   Verizon,


What's the difference between Load and Stress testing ?

4 Answers   CTS,


What is difference between Client-Server and Web based architecture.?

2 Answers   Disha Tech, Verisoft,


What is the exact difference between Integration & System testing, give me examples with your project.

2 Answers  


Give an example of high severity and low priority bug?

2 Answers  


How can we test whether Java & .net was installed in our PC or not?

0 Answers   Approva,


Categories