What is the example of Integration Testing?
Answer Posted / rohituppal
Integration testing is of 2 types
1. Big bang
2. Incremental
In big bang all the modules are integrated in one go.
In incremental, first 2 modules are integrated and then tested. then 3rd one will be integrated and so on.
Incremental is better then big bang because in incremental, step by step integration happens and errors are removed before integrating the next module.
Now suppose there are two modules A & B.
In integration testing, we'll send the data from A interface and check whether the same data is received on B interface or not. If yes, then the 2 modules are properly integrated.
It can happen that the same data is not received on B side. The data can get corrupted also.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What’s the difference between a bug and a defect?
What is the typical situation u faced while collecting the test data?
How can I done a Web Testing? Which steps are include in it?
What is rapid application development model (rad)?
negative test cases on banking domain ?
what type of quetion may be asked for experienced person in manual tester of 1 year?
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
Hi ALl, Can you please list out Q & A for Test Lead,which Interviewer may ask in interview for Test Lead position
wht is Manual Testing Frame work
Can you explain the workbench concept?
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
what is the most critical bug u have to find in ur project.My application is ERP based,in this purchase module is there.plz tell me the answer?
which sanity testing is performed?
What are the different ways of doing black box testing?
What is the first test in software testing process?