What is the example of Integration Testing?

Answers were Sorted based on User's Feedback



What is the example of Integration Testing?..

Answer / sriharsha

Integration Testing is of two types:
Top-Down
Bottom-Up

Now the second one is usually done in cases where the
project is complex...or complexties involved so as to say.

Now lets take the eg as u wanted to know taking Top-Down
into account.

i will take the eg of Yahoo Mail.
Creating an account is one module
and logging into account is one module
yet another module would be clicking on Inbox
yet other module would be clicking compose and sending
mails.
clicking on options would be one more module

what we do is first we create one account
then try to log in( NOW DO U SEE V HAVE INTEGRATED TWO
MODULES...TOP DOWN APPROACH)
once done...click in inbox and see mails.(Integartio done)
sim...do the same.
any doubts plz get back here.

Is This Answer Correct ?    116 Yes 18 No

What is the example of Integration Testing?..

Answer / 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

What is the example of Integration Testing?..

Answer / ashutosh dubey

Testing the data flow or interface between the modules or features

Is This Answer Correct ?    13 Yes 5 No

What is the example of Integration Testing?..

Answer / tarun

THE first example clicking inbox and goin to next page is just navigation from one link to other link so its not integration testing.In integration testing we check the data flow between the MODULES we have combined for example when you transfer rs500 to your frnd account,THIS is an right example becoz here data flow is going between two modules and change will take place in database

Is This Answer Correct ?    12 Yes 4 No

What is the example of Integration Testing?..

Answer / mudaseer

for example in phone take photo and check whether the photos are checking saved in phone memory or external memory

Is This Answer Correct ?    5 Yes 3 No

What is the example of Integration Testing?..

Answer / rohituppal

Integration testing is of 2 types

1. Big bang
2. Incremental

In big bang all the modules are integrated in one go.

In incremental, first 2 modules are integrated and then tested. then 3rd one will be integrated and so on.

Incremental is better then big bang because in incremental, step by step integration happens and errors are removed before integrating the next module.

Now suppose there are two modules A & B.

In integration testing, we'll send the data from A interface and check whether the same data is received on B interface or not. If yes, then the 2 modules are properly integrated.

It can happen that the same data is not received on B side. The data can get corrupted also.

Is This Answer Correct ?    2 Yes 1 No

What is the example of Integration Testing?..

Answer / thivya

Calculator and a mobile phone are examples of integrated testing. Many functionalities should work together in a simulated way for it to perform properly.

Is This Answer Correct ?    2 Yes 1 No

What is the example of Integration Testing?..

Answer / eswaran k

integration testing is one module to another module and
there functional correctness
there are three types
1.code module
2.individual applications
3.client server application etc

Is This Answer Correct ?    4 Yes 5 No

What is the example of Integration Testing?..

Answer / indian

hi friendz..I would take the example of Gmail...

1.send an email from your inbox to another account say
abc.xyz@gmail.com and

2.login to abc.xyz@gmail.com(the one whcih u have sent the
email),check for the email sent by your account.

In this case, we can say the the two accounts have been
integrated. Hence ,we can conclude that integration test
has been passed.

Is This Answer Correct ?    12 Yes 14 No

What is the example of Integration Testing?..

Answer / saff5005

sriharsh is right about the example but i want to corect
that there r
big bang aprroach
incremental aprroach -----1.top down 2.bottom up

incremental approach are good than big bang approch becoz
as complexity of the prodcut increases the integration gets
difficult and if error occurs it is hard to find out what
caused and where it caused becoz we will be integrating all
the modules till the end becoz of the precondition that all
the modules which r to be integrated should be unit tested

Is This Answer Correct ?    7 Yes 14 No

Post New Answer

More Manual Testing Interview Questions

At what stage of the life cycle does testing begin?

6 Answers  


how can we upload manual test cases in testdirector

1 Answers  


What is the difference between a bug, a defect and an error?

0 Answers  


What is the difference between Spiral Model and V-Model

2 Answers  


which metrics you collect after testing process?

1 Answers  






I like to learn testing. What else i need to learn before starting testing course. I am thinking C C++ SQL ORACLE.This courses are sufficient before learning Manual or Automated Testing. Please Suggest me. Thanks

1 Answers  


What are the different types of integration testing?

0 Answers   Tech Mahindra,


can anyone tell anyone is providing training for CSTE exam in bangalore? and can u send some links related to this?

0 Answers  


Hi, Surbhi Here. Last Week I attended interview in a gaming interview and i cleared T.L , Sr T.L, Technical and Q.A MANAGER ROUND ALSO . but atlast they wrote doubtful on my resume. still my resume is on same status . so is there any chances that i can get call from them

2 Answers   STG,


difference b/w sanity testing and somke testing ?

6 Answers  


Manual Testing: 1.How do we categorize Test cases in Regression Testing? 2.How can u do Performance tESTING? 3.What r the parameters u apply for doing functional testing? 4.what is non-functional testing? 5.if they r more number of test cases how can u pick up a selective test case? 6.what is good requirement& bad requirement? 7.what is functionality testing? 8.how to manage test cases when requirements change? 9.at what phase of project testing starts? 10.diff between test bed n test environment? 11.what did u achieve being a tester? 12.what is pare to analysis? 13.what is testcondition? who prepares it n when it is used? 14.what is show stopper? 15.what is backend testing using sql? 16.diff bet application testing n product testing? 17.what is cause effect graph? 18.how performance testing done manually? 19.what is proto type testing? 20.pre UAT and UAT testing? 21. what is broken link in web testing n how to test it? 22.what is cyclomatic complexity explain with example? 23.what is buddy testing?

2 Answers  


Give the real-time example for back-to-back testing?

0 Answers  


Categories