Can any one explain me what is Integration Testing with
Stub and Drivers.Explain with Example.who will do
Integration Testing?
Answer Posted / sachin
Integration Testing :
In integration testing, we have to test all the modules
are combined together or not. we have to test the flow
between these two modules which integrated.
suppose, if we click on the Save button of one page it
should be open the next page and also check the back button
of the next page. it should be open the previous page.
Also check the data fields value in these pages are clear or
not and test the functionality of these pages is working or
not when we click on these buttons Save and Back.
At a time of integration testing, we facing such
problems like previous button functionality is not working,
some fields are not visible, validations is not working of
the fields.
Stub :
The stub are used in the top down approach. Stub means
we have main modules but we need sub modules. so stub
encapsulate the functionality of the sub modules. it is
dummy module called by main module.
Driver:
The Driver are used in the Bottom up approach. Driver
means we have sub modules but we need main modules. so
driver encapsulate the functionality of the main modules. it
is dummy module called by sub module.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
After insert the record in front-end, how will you check the back end by manually? Please explain?
What are the qualities needed by a software tester?
How to do Pixel Size testing in a PDF document. Is there any Open tool that will be avaiable?
What exactly is quality control? Is it similar to quality assurance?
What is ofx testing?
What is the difference between latent and masked defects?
What is white box testing?
Hi friends I am kranti completed my IT diploma in 2005 & after that complete my software testing course. Now I am working in small software form as software tester. I have 2 + year experience in manual testing. Now I wan to change company. Plz told me is there any effect that I can not have any degree although I have 2 + experience ?
any one please send me any test case examples with tabular columns in manual testing
What is back to back testing?
What is the difference between pilot and beta testing?
What will be the QA roles and responsibilities in Health care stream like BCBS,can someone please explain me any example project regarding health care services in web-based application?
What is actually a rule based testing
What is rapid application development model (rad)?
What is Test methodology, Testing type , Testing approach, Testing technique & Testing methods. Explain with example.