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

Guys, can any one of u give the realtime example for Integration Testing

2 Answers  


What is Testcase? How to define seviority and priority of a bug?Explain me with example?

8 Answers  


what is the difference betwen quality center version 9.0 and version 10.0

1 Answers  


The company is developing a new piece of software. The application allows a computer user to use the print option of any existing application to save the output into an HTML file instead of printing. -Based on the scenario above, which test methods do you use to make certain that the new software will work properly with existing applications?

1 Answers  


what is test case ,,,real time i want defination pls ,pls

11 Answers   Synergy,






What ia the need of the testing? What is the purpose of the testing? what is the diff between these tw0?

2 Answers  


Currently iam working in testing line, iam trying in other company in the testing line itself, but my friends are telling without any reference it is unable to get a job in a reputated company, is it true?

3 Answers   Satyam,


What is date driven testing?

0 Answers  


when 200 testcases are to be written in a single day, then what will you do?

8 Answers   Aricent,


What is Smoke Testing

5 Answers  


What is review checklist?

1 Answers   Covansys,


what is v-model.why you are using v-model?& v-model follow parallelly approach is it correct?

2 Answers   Accenture,


Categories