what is stub and driver and tell me how can we introduce them in
integration testing
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
How can I do a documentation of Test Cases? Which steps are in it?
IN TEST PLAN DOC, WHAT R THE ASUUMPTIONS MADE BY BY THE TEST ENG?
Hi, I am new to testing.where we will use SQL in manual testing. To what extent i need to learn SQl.there are diff types of SQL like TSql,Mysql etc.i little bit confused,help me. Thank you .
1. Testing engineer find a bugs but develper not accepted that bugs ? How do fixes the bugs?
What is the diffeence between SDLC and STLC?
What are the different roles of testers in Verification and Validation?
what is stub and driver ?explane in brife.,and some example
my mail id is mudaseer20@gmail.com if i type email id as MudAseEr20@gmail.com and password correctly then what is the output?does it display inbox page
Hi Friends, I have completed 3 rounds of an Interview with HR discussion also and got Offer letter from Cognizant, but after in 30 min they send one more email like Offer is on Hold, and its not valid... Could you please guide me any one , Can i expect Offer again from Cognizant or Can i drop the hopes ?.
do you or anyone has 100or over test cases in different categories
When do we perform smoke testing?
In Test Case Document, Expected Result and Verify are the same fields?