What is the difference between Integration Testing and
System Testing ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
How we will assign the severity n priority levels to the bug?
what is the similarity between black box testing and unit testing
what is meant by metrics give some examples and what is meant by testscripts
what is the chronological order in software testing
i looking for the software testing job with the exp of (1.5 yrs ), if anybody knows how to approach the companies ,pls let me know , possible que which will be asked in interview ? pls send me sample resume for testing ....pls do the favour as soon as posible .
How will you determine if the architecture of any web site is of two tiers, three tiers or multi tier?
what is meant by bug identification ratio?
Can anyone send me test plan for any website application for e.g. www.orkut.com or www.facebook.com please email me at disha_gupta83@yahoo.com
What are the meetings conducted your company
How we can explain a bug which may arrive at the time of testing? Explain that bug in details?
Hi. Can somebody please tell me the format to create test cases from use cases.
what is the deferent between Bug and Defect(error) ?