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 type of testing you perform in organization while you do system testing, give clearly?

0 Answers  


What is the difference between quality assurance and quality control?

23 Answers   Infosys, Manufacturing,


when will update and modify the test object properties in the repository?

1 Answers   IBM,


can anyone give FULL DETAILS on ATM scenarios, test cases and test cases PURPOSES

0 Answers   Oracle,


What type of risk analysis u did in a banking projects...? Give an example...?

4 Answers   HCL,






Write or explain 3 testcases you executed recently with detailed descriptions ,steps to reproduce & explain what results they gave when you executed on a recent build?

0 Answers  


Have you ever written test cases or did you just execute those written by others?

1 Answers  


what is the difference between developer testing and tester testing?

4 Answers  


what is tracebility matrix?

3 Answers   InteQ Software, Syntel, Trix,


In V-model both testing and development done simultaneosly,we know that.But how can you say that both happen parallely.how is it related in real time?This question has been asked to me today only.Can any one please help me on this?

2 Answers   Aditya Birla,


What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form

0 Answers   Blue Star,


What is the difference between Functional testing and Unit Functionality testing?

0 Answers   CSS,


Categories