what are the differences between stub abd the driver ?
Answers were Sorted based on User's Feedback
Answer / sindhuja rao
Test driver is a s/w component or module used to test the
submodule in the absence of main module.
Test stub is a dummy module to receive calls from main
module.It is used to test the main module in the absence of
sub module
| Is This Answer Correct ? | 9 Yes | 2 No |
STUB:while intergrating all the modules in top to bottm
approach whenever any mandatory module is missing that
module is replaced by a temperoary program which is called
as stub.
DRIVER:while integrating all the modules in bottom to top
approach whenever any mandatory module is missing that
module is replaced by a temperoary program which is called
as driver.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / neha
Integration testing has diffirent testing techniques.
Top Down,Bottom up,hybrid.
If any submodule is absent in topdown approach then tester
will put a dummy module known as Stub.
If main module is in bottom up testing then we can put a
dummy module at thre place of main module this module known
as Drivers.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / chandra_oracle
Test Driver - A program or test tool used to execute
software against a test case suite.
Stubs - A skeletal or special-purpose implementation of a
software module, used to develop or test a component that
calls or is otherwise dependent on it. After [IEEE].
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / ch.s.m.prasad,kkd
Both are temporary programs while we executing the program
in under constuction. stub is calling program and driver is
a called program.
| Is This Answer Correct ? | 5 Yes | 5 No |
What is Testing Approach, Testing Methodology, Testing Terminology, Testing Technique and Testing Types?
When we use Comparison Testing ?
how to indentify memory leakages after the build
What will be your approach if a particular script in Load Test fails?
How important is Change Management in today's computing environments?
3. what's the difference between the smoke and sanity testing. 4.Who test the sanity and who test the smoke testing? why?
Which is not present in formal review? a.)Facilitator b.)Auditor c.)Author d.)Recorder
What will you do if developer is not able to reproduce defect ?
1. what is severity and priority and who will decide what .?
hi all, this is ajay , what is adahochtesting ,what is differnce of loadrunner,winrunner
4 Answers Synergy, TCS, Xtreme Solutions,
What is the difference between sanity and smoke test? Please explain with an example.
What is the difference between the dropdown and checkbox list??