What is stub? Explain in testing point of view?
Answers were Sorted based on User's Feedback
Answer / lakshmikantha b
Stub is a dummy program or component, the code is not ready
for testing, it's used for testing...that means, in a
project if there are 4 modules and last is remaining and
there is no time then we will use dummy program to complete
that fourth module and we will run whole 4 modules also. The
dummy program is also known as stub.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shubhangi
Stub is dummy program.
Incase you are developing one sub-system and some data is
expected from other sub-system.
While developing the sub-system you don't have visibility
to that sub-system,you prepare other program which will
behave as that sub-system.
This program developed for testing purpose and called as
stub
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the important test scenarios for testing a web site ?
what is cohensive testing and span control?
On what basis you can arrive at an estimation for your project?
Mention what the meaning of breath testing is?
What it means by test harness?
Explain test bed?
WHAT IS MEAN BY OBJECT ORIENTED DESIGN? HOW DOES IT AFFECTS TESTING?
When should configuration management procedures be implemented?
What is Recovery Scenario
How u r managing the staff unavailability?
Explain regression testing?
Which activity in the fundamental test process includes evaluation of the testability of the requirements and system?