What is the Difference between Stub Testing and Driver
Testing?
Answer Posted / yasir
Stub means a Dummy model of a particular module.
Suppose we have to test the interface between 2 modules A
and B and we have developed only module A while Module B is
yet in development stage.
So in such case we can not test module A but, if we prepare
a dummy module, having similar features like B then using
that we can test module A.
Our main aim in this is to test Module A & not Module B so
that we can save time otherwise we have to wait till the
module B is actually developed.
Hence this dummy module B is called as Stub.
Now module B cannot send/receive data from module A
directly/automatically so, in such case we have to transfer
data from one module to another module by some external
features. This external feature used is called Driver.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is a ‘test plan’?
What is virtual creation tool?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
Hi all, can anyone tell me what is the selection procedure in Birlasoft for Manual Tester?It will be a great help.
Why would we not include these?
Hello, I want to know how to write a regression test plan? Can someone please send me the format/template? Thanks in advance
what s test block ratio? please any one answer me..
Hi Can any one tell wht type of questions will be asked in project manager round...urgent plz...
Write 2 scenarios for System testing?
When did u complete testing ? Which scenrio should not be in automation testing ? why ?
Can automation testing replace manual testing?
I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)
What is test driver and test stub?
what is the difference between Risk based and Requirement based testing???
What is severity and priority of bug? Give some example.