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 |
wht is RTM(Requirememts Tracebility Matrix), what are the contents includes in this spreadsheet.. Anybody can answer this question...
write a TestCases for Telephone ?
What were the major challenges u faced while testing
What is Installability testing?
Is it possible that there can be number of test cases? Mean to say 500 or 1000 test cases? Reply me as early as possible.
IS Mutation testin and error seeding the same....if not can anyone tell me the difference???
1.what is use of touch commnad and chmod 2.Testing inter view there 45 questions. 5 for apititude 20 unix + networking 5 for testing question 10 c or c ++ or java 5 perl or shell scripting +or database 3.what do you know in unix? 4.what is netmask 5.what is stack 6.explain osi model 7.a=10; ++a=a++ Then what is value of a? 8.What is sdlc 9.what is stlc 10.What is ip address/Different classses of Ip address 11.write down test cases how to check computer is in nework or not? 12.what is difference between window 98 and windows 2000 13.How to find ip addess of your computer 14. when we will do risk analysis in test plan?
what is called testware?
When wil the verification and validation be done?
8.your exposure to GUI testing?
You are New to the city,You don't have any Gadgets,you have only address on paper piece.You are almost nearer to your destination, You have asked one man and he replied saying "Go straight and take Right(Dead End)".After moving some distance you have asked another person and he replied saying "Go straight and take Left (Dead End).And finally question here is As a tester which path you can choose and why?
5 Answers Bally Technologies, SSS,
What is driver and stub? where it is used, in top down or bottom up approach?