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 |
Hi i am looking for Test Engineer Job, i have done the course, but i don't have work experience on it, Is it So important to have real time Exp or knowledge is enough? and please let me know like how i can improve for the interview. You can send me a mail on this id: rashmi_vastred@yahoo.co.in
1. Test granularity refers to: a. Any way of determining the expected result for a test case. b. A quality improvement idea common in software development. c. The fineness or coarseness of a test’s focus. d. The impact of a bug on the system under
What is Changing requirement?
what is the difference between functional testing and regresion testing
write test case for the black board pl tell me the answer pl pl pl
WHAT IS SDLC? WHAT IS STLC? WHAT IS THE DIFFERENCE BETWEEN SDLC AND STLC?
What should you do if you don`t have sufficient document,how do you go and work in that environment.
how to do manual test?
What's Click-stream measurement tests
What are the main points to cover in system test report? What are all the points should consider while reviewing a test report?
What is a defect?
How would you ensure 100% coverage of testing?