What is the example of Integration Testing?
Answer Posted / er.rupali
**Integartion esting means the Interaction between two module and modules.
Integration testing focuses on checking data communication amongst the modules.
*approaches :Top up integration & bottom down integration approaches .
*Top up approach---Testing when the top modules ready to test but bottom module are not then one module will creat temporary module called 'Stubs' i.e Called Module.
*Bottom up approach---Testing when the bottom modules ready to test but top module are not then one module will creat temporary module called 'Driver' i.e Calling Module.
eg.take Yahoo Site.
When i will open the site page will open after giving valid Id password.login the page and it should give me direct mail box.
When i will click on sent mail it will show me sent mail box not other.
If i will click on back arrow it will go on previous page.
That to check the flow sequence of the screen is integration testing.
stub means:
in a project the login screen is completed and the inbox
page is also completed sent mail and compose mail are yet to
complete then to test the integration we use a dummy page to
direct when click on the compose mail and sentmail links.
Driver means:
login page is yet to complete and compose mail ,inbox etc
are completed to check integration we use a dummy screen
with some meassage like under construction and a login
button, on clicking login button in that dummy screen it
drives to inbox page this is driver
Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
what is traceability matrix and its usefulness
What is manual testing and what is it process?
What are the challenges you faced in your project (Testing) and in your company?
How does compatibility testing differ while testing in Internet explorer and testing in Firefox?
what are the tests u did in entire project? when it did in the project? (means at the release build to end of project) plz explain clearly
Artifacts in design phase of SDLC ?
What is difference between Bug resolution meeting & Bug Review Committee? Who are participants?
hai friends i need a general test cases for check box,drop down button and radio butoon can anybody reply me plz..........thanks in advance
Difference between Stakeholder and Relevant Stakeholder?
How do u determine,what to be tested?
I have 6 months experience as project tarine and one and a half year experience as software engineer.Should i write taht my total experience id 2 years.
How many types of api testing are there?
can anyone help me regarding testing patterns?
What exactly you do as a Configuration controller?
Explain the procedure for manual testing.