What is the difference between Integration Testing and
System Testing ?

Answers were Sorted based on User's Feedback



What is the difference between Integration Testing and System Testing ?..

Answer / uday kumar. a

Integration testing means, testing the interface between
two or more modules(internal interfaces) or interfaces with
other systems(external interfaces). So in integration
testing, we will test for the interfaces. From the testing
point of view, integration testing is black box testing
appraoch, but if the documents for the functionality is not
clear, then we will go through the code and test for the
functionality.
System testing comes after Unit, Component, Intergration
testing is completed. This is the last chance for finding
the defects at the offshore, means we wil built-up the
total system at offshore and test the total system before
giving to the client.System testing includes both
functional testing and non-functional testing. The input
for integration testing is design documents and functional
documents, whereas for system testing ,the input is user
requirement document.

Is This Answer Correct ?    6 Yes 0 No

What is the difference between Integration Testing and System Testing ?..

Answer / saipranav

In integration testing individual components are combined
with other components to make sure the necessarey
communications, links and data sharing occur properly.

It is not system testing because the components are not
implemeted in the operating environment.

System testing begins one the modules are integrated enough
to perform tests in whole system environment.System testing
can occur in parallel with intergration test, especially
with the top-down method.

Is This Answer Correct ?    4 Yes 0 No

What is the difference between Integration Testing and System Testing ?..

Answer / ntombi

intergration test is a test between two or more equipment

system test is to ensure that the entire intergrated
equipment system meet the requirements

Is This Answer Correct ?    2 Yes 1 No

What is the difference between Integration Testing and System Testing ?..

Answer / guest

Integration testing will do the completion of unit or
module level Testing.

System testing is nothing but the application meets the
Required specifications or not

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Manual Testing Interview Questions

What is white box testing?

0 Answers  


what is data base testing, explain with example

1 Answers   Crea,


what is requirement traceability matrix? Mention its format

4 Answers   CTS, Zycus Infotech,


what is agile testing, explain with example

9 Answers   Mastek, Wipro,


Application contains many text fields,buttons etc.Many test cases can be written for the application.I read that test cases should not be too many.So text fields can be tested by entering Blank space,special symbols,Alphanumeric data,Empty & so on IF I write for all these data for every text field on each screen then my test cases will be unnecessarily too long .I m confused here wether I write Test cases for all or not.Suggest me the proper answer.I want answer from Experienced person

5 Answers  


what is the diff b/w local and global variable?

1 Answers   Verifone,


What is Retesting?

8 Answers  


What is the template used for informing clients regarding known issues when u near to release?

2 Answers  


What is Defect Seeding?

3 Answers  


Can any one tell me which is the best institute for testing in Hyderabad and also the faculty suresh or nageshwarao ????

2 Answers  


what is traceabiity matrix

4 Answers   nvidia, Wipro,


What are the categories of writing test cases?

2 Answers  


Categories