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
what is configuration management tool - send to thanu_santo@rediffmail.com. what is testing senarios
Tell me a critical defect in which your Client,PM,PL appreciate on you
Different types of design diagrams that supports to write test cases ?
what is the challenging position faced in the testing not in point of management point of view it must be in the point of while testing the application?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
What makes a good test engineer?
What is fuzz testing?
Can anyone tell me, What is wound fixing?
What is a bug triage?
Unit Testing can be done by using Nunit?
How will you do beta testing?
What is the difference between action & script ?
how to test ecg machine?
You may be overqualified for this position we have to offer
How do you know the code has met specifications?