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 |
I am planning to write certification exam ISTQB on 19t of sep i have no idea on testing can you help me with material,frequently asked quetions and how much time it takes to prepare certification exam
How can u justify u r written all the test cases are meeting the client Requirements?if is there any missing functionality how can u know?
What is the test scenario? What is the difference between test strategy and test scenario.?
Have you heard about browser compatiblity? What is the latest version of Ie,Mozilla and Netscape?
what is the difference between buglog and defect tracking?
what is equivalence class partition?
Difference between postponed and deferred bug
Hi all, I am currently working in manual testing and am interested in database testing. How do I change my career from manual to database testing? What are the prerequisites for that inorder to equip myself for database testing?
In real time how Data base testing is done Manually? Mean to ask we write sql queries WHere, If you r using test management tool like HP QC
what is mean by computer standards,with ex?
How to write test cases for Hotmail page?
Write test cases to copy text file from C:\ drive to D:\ drive?