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 what are the test cases for web application..i need these example..please..mail me at mina_ims@yahoo.com
Where are more than 50% of the defects introduced
which domain is of high demand for software testing, Right now i am working in Education domain .How about demand for Education domain and which companies are recruiting in education domain
Hi, I am planing to give ISTQB - Foundation level exam. Can anyone forward the ISTQB materials at laxmi_002@rediffmail.com mail ID.
12. How long have you been involved in Web development or management?
When we enter valid user ID and passwords and unable to login then what do we test more
What is data matrix? What is the use of it?
How is testing affected by object-oriented designs?
What is broken link? how to test in a web application.
2 Answers Innovizia Technologies, IT Works,
If I am testing Login Window,there are 2 buttons i.e Ok & Cancel.I will go for checking functionality of Cancel button. I want to know that Would it be one of test case?.I have to write it in test case document or not?
In an interview, what r the general questions asked in manual?pls give me anwser to this question?
What is baseline?