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

Hi, Plz have a look on the following questions? Test Life Cycle, Regression,Performance, diff b/w system & integration, SDLC..

2 Answers   Virtusa,


From Quality Center, how can we take a back up of a project??

1 Answers  


what is the testing process if water fall is the sdlc model

3 Answers   Wipro,


What is the Difference between Client Server and a web Application?

9 Answers   CTS, PRDC,


When we use Boundary Value Analysis and Equivalence Partion? Which one is best?I heard that ANy one of this technique useing by a comany...is it right?

3 Answers  






1.The main purpose of integration testing is to find design errors.is it true 2.The testing technique that requires devising test cases to demonstrate that each program function is operational is called ?

2 Answers  


After completion of testing process what are the mandatory documents that a tester can produce?

4 Answers   ArisGlobal, IBM, TCS,


Example for Browser compatibility.Please Give a Brief Example. Thanq u Guys.....

5 Answers  


Hi How to test web applications in Manual testing? How does the client- server works in Manual testing? Pls answer me ASSP. Thankyou in adavance Sunitha.

5 Answers   Belcan,


what are known issues? Explain

2 Answers  


What is the difference between walkthrough and inspection? Give me the exact difference.

2 Answers  


Explain Bug/Defect Life cycle?

6 Answers  


Categories