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
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?
Explain branch coverage and decision coverage.
Write 2 scenarios for System testing?
Write positive and negative test cases for forgot password?
What is the difference between Functional testing and Unit Functionality testing?
What do you think the role of test-group manager should be? Relative to senior management?
What is remedy testing,expalim that and how can use that
Can you do system testing at any stage of sdlc?
About Testing
How do you go about testing a project?
Actually by using severity you should know which one you need to solve so what is the need of priority?
whta is compile module?
hi every one can you send me ISTQB Course material on my Email id deeptimundra997@gmail.com
what is prototyping model,RAD model V model, spiral model?????
What type bugs you will find in integration testing with example?