What is stub and driver in integration testing ?
Explain with example.
Answer Posted / manjunath
Consider that module A is ready to test and module B is not yet ready. in order to test module A we need another module for this purpose we create a dummy module B called stub
defnation of stub- stub is a dummy module which recives data where as actual module recives data and sends respones to moduke B
Driver-we need somthind to recive data and send response this is called driver
Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
i want to for technical interview question paper along with in tesrviwe Phases i need
What are the review documents used for testing?
Which model is following in your company for developing software?
What is the test case?
What is the role of the test group vis-?is documentation, tech support, and so forth?
My name is Akpos from Nigeria. I have finished manual testing course. Please, can someone advise me where to go on from here?
what is base time , how can we base time your doc"s ?
What is an mr?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
What is state transition?
how to write defects in excel sheets when defects occured
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
why testcases are written and what is the importance?
What is severity and priority of bug? Give some example.
What is the difference between action & script ?