What is driver and stub? where it is used, in top down or
bottom up approach?
Answer Posted / varsha b
Driver and stub is used in integration testing.
Driver is used in bottom up approach of integration
testing.driver calls the function to be tested.
Stub is used in top down approach of integration
testing.stub is called by the function to be tested.It is a
piece of code which stimulates the activity of other module
in system.
E.g. System consist of modules A,B and C.
Development of module A and B is done.Now we cant afford to
wait till the time module C is ready.In this case we can
develop dummy of module c which will stimulate the activity
of module c in system and we can continue with our
integration testing.Here dummy of module C is stub.When we
will connect all three modules to ensure they function
properly then it is called as driver.
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
What types of software testing are available?
What is the term ‘quality’ mean when testing?
What’s the difference between verification and validation in testing?
What is common interface?
What is error cusing tecnique
we are about to implement a Test tool to test the performance of website, so what script does a tester should know (friends plz help me)
hi this is satish can some one help me out by sending the maxium notes on client sesrver ,web server and company architechture project hirearchy and company hirearchy i will happy to recive the answers as early as possible
What are the uses of test plans? What is the need of test plans and explain their significance
How soon the bug should get fixed?
What is the difference between manual testing and automation testing?
What is difference between cmmi and cmm levels?
How can I do Server side Interface testing in Web Testing?
What is actually a rule based testing
Hi all, can anyone tell me what is the selection procedure in Birlasoft for Manual Tester?It will be a great help.
how to indentify memory leakages after the build