Can someone explain integration testing with examples?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Answer / simmy
testing the flow between all the modules are working fine or not
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi I want to start online training couses for testing Any body plz help me out how to start the online courses Plz post the answer here or send me a mail for kommineni.1020@gmail.com
hi i want manual testing interview question(3+exp)please tell me
What is error cusing tecnique
swap 2 variables without using 3 rd variable???
discuss black box and white box testing is not widely used if you disagree tell me why?
If the bug is show stopper and the developer is not avilable for 1/2 days then what tester will do..........? Please give the answers.
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?
hai, pls. explain V-Model clearly. Pls. give me guidience how to explain V-Model in interviews?
Define Non-functional testing?
do a new defect is required to log for slight variation in steps on defect retest or the defect can be re open
Mapping the test cases with the requirement. What is this process called?
What u will do if you have less time for testing (3-4 days) instead of 10 days.