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 |
To specify the test artifacts involved in testing.
Which type of testing is most imp. from black box and White box?
which type of testing we r doing at the begining of the project,and what r the next next testing at the application
How do you decide when you have 'tested enough?'
What is Database Testing?
Why position WinRunner and the AUT so they do not overlap?
what is the difference between bug and issue?
What do you do (with the project staff) when the schedule fails?
If project wants to release in 3months what type of Risk analysis u do in Test plan
test cases for Insurance Processing System ?
How can one file compare future dated output files from a program which has change, against the baseline run which used current date for input. The client does not want to mask dates on the output files to allow compares.
what r the differences between Testing on desktop application and Testing on client-server application while using QTP?oR while using MANUAL