Questions were asked on Stubs, Drivers, Top down Integration,
Bottom Up Regression
Answers were Sorted based on User's Feedback
Answer / priya
Stubs : They are temporary programs used in TOP Down testing
when a sub program is still under construction.
Driver: They are temporary programs used in Bottom Up
testing when a main program is still under contruction.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ramesh ibm
1. Dummy modules are used for main modules when main modules
are not ready at the time we are using Stubs.
2. Dummy modules are used for sub module when sub modules
are not ready at that time we are using Drivers.
3. Top Down Integration:Testing the application from main
module to sub modules.
4. Bottom Up Integration:Testing the application from sub
modules to main module
| Is This Answer Correct ? | 6 Yes | 5 No |
Answer / chandu
A simulated program that replaces a called program (Sub
Program)is called “STUB”.
A simulated program that replaces a calling program (Main
Program)is called “STUB”.
| Is This Answer Correct ? | 1 Yes | 4 No |
HI, I am new to this field. I am a CCNA and want to start career in router testing.I need some sample test cases to Routers. Can someone send me in mail or post them in this forum or can post any website name where I can find the information. Thanks in advance
How would you do Security Testing for web application?
What is software review?
What is the exact difference between Integration & System testing; give me examples
what is meant by beta testing?
how to use batchtesting in qtp?
What is the first query u encounter to test a database..?
Write a Test Case to test Can of Coke?
What is defect life cycle/
when do you stop your testing
Explain three tier architechture of the java project? what is the web server and what is the database server?
how can u map SDLC With STLC