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 |
How to test API's?
12 Answers BeBo Technologies, HK Soft, Microsoft,
wat iz self join write qeriry for table
Wht is Testing Frame work.Is it same in the Manual and Automation testing. can body can explain it
What is Client Server/Web Server Configuration(ISS).
how to execute manual test cases? for example i have a test cases for atm/credit card purchase how to execute them.
When testing a module incase due to hardware failure or any system problems if the testing fails what wil be the test result???
Smoke testing done by whom
Is an "A fast database retrieval rate" a testable requirement?
what is test case review?
trecebality matrix used for which purpose?
what is Inspection?
how to find which server is not responding properly when there are 10000 servers without any tool