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 |
KINDLY FORWARD ME THE INTERVIEW QUESTIONS & ANSWERS FROM REAL TIME POINT OF VIEW FOR 1.5 YEARS EXPERIENCED CANDIDATE. MY EMAIL ID IS sky_bird433@yahoo.com
which model are you following
Testing of Non-Functional requirements does not involove a) Performance tests b) Reliability tests c) usability tests d) Configuration tests
how to test a store procedure?
is programming knowledge is necessary for testing
Retesting will be coducted on particuler bug or entair application?
How do you perform regression testing of software?
What is difference b/w Windows XP & Windows NT
What is Test Condition?
What is the initial stage of testing?
Have you done exploratory or specification-driven testing?
Two negative Testcases for Excel Sheets