Can someone explain integration testing with examples?

Answers were Sorted based on User's Feedback



Can someone explain integration testing with examples?..

Answer / dheeraj shandilya

Hi

Integration testing is all about testing the integration of
two or more module.
There are two approach, incremental and all at one go i.e.
Big Bang method.
In incremental when two modules are ready then they are
integrated(i.e. combined) to test the impact of integration,
interfaces etc.. Under incremental we follow either Top Down
or Bottom Up approach.
But in case of Big Bang we integrate the sub modules when
all sub modules are ready.

Is This Answer Correct ?    5 Yes 0 No

Can someone explain integration testing with examples?..

Answer / santosh kumar

All the Modules and Sub modules are integrated and check whether they are working fine.

Is This Answer Correct ?    3 Yes 0 No

Can someone explain integration testing with examples?..

Answer / santosh kumar

All the Modules and Sub modules are integrated and check whether they are working fine or not

Ex. Software Application
it is divided into 4 modules

individual modules like

Module 1 Module 2 module3 module4

in Integration testing

Module1+ Module2 + module3 + module4 + module4 = Software Application

Is This Answer Correct ?    3 Yes 0 No

Can someone explain integration testing with examples?..

Answer / castor_troy

The testing done to verify whether the interlinking between
all the modules are working fine after integration is called
integration testing. Path of system testing.

Say the FB page :
contains various modules like the chat, profile, wall etc.
all these modules while development will be done by diff.
developers or team of developers. But when module wise
testing will be over, the modules will be integrated and
given for testing as an application. This testing then done
is called integration testing

Is This Answer Correct ?    1 Yes 0 No

Can someone explain integration testing with examples?..

Answer / simmy

testing the flow between all the modules are working fine or not

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

what is black box testing, and what are the methods for BBT plz explain it

8 Answers   SumTotal,


what is the different between QA and test engineer?tell me in brief?

4 Answers   Mind Tree,


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  


diff b/w regression, re-testing & repeative testing

1 Answers  


Difference between XP and Vista?

2 Answers   nvidia, TCS,






How can we test a web application meant for Dump and Deaf???

1 Answers   ACS,


What is ofx testing?

0 Answers   Infosys,


What are the disavantage of Manual Testing?

4 Answers  


Is there any diff. between Bug,Defect,Error?

19 Answers   MBT,


Hi, This is vkram.I had completed my B.E in May 2005 & currently i am undergoing Testing Course. I want to join as a Fresher in any MNC. What should I tell why u r coming to testing field & what u did this 2 years?

0 Answers   iQuest,


what are testing Techniques? Pls answer

5 Answers  


where do we store our test cases>?

7 Answers   TCS,


Categories