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 |
What are the Type of CMM Levels, Explain Each Level.
hi all, i am new to testing environment.i have two questions 1.what is the difference between volume test and load test.? 2.generally ,what is the output for stress testing.?because it is beyond the limit.and what is the use of stress testing?
who will prepare Functional requirements specification(FRS)
What is the difference b/w Team lead and Scrum Master???
do u know abt configuration management tool,what is the purpose of maintaining all the documents in configuration manage ment tool?
1 Answers Cap Gemini, Sapient,
is the volume testing, stress testing, load testing is same and not tell me the difference plz thanks
What is Reproducible Defect? and When we will rise that defect as Reproducible Defect?
How do you go about testing a web application?
Did u come across STUBS and DRIVERS?How did u use these in u r project ?
can any one tell whats the difference between smoke testing and sanity testing
13 Answers CIC, HCL,
Is it Mandatory to use "ECP" & "BVA" Techniques for "LOGIN" Page???,Can any one tell me the correct answer ?,If Yes then why?
Who can perform the unit testing?