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 |
One very small question, If application/ website performing all the function perfectly like submission, deletion, editing etc, why do we require Data base testing saparately. Please understand before reply thanks !!
what is meant by database testing? what is the strategy to be followed for database testing?
When will we write "use cases"? I mean that before writing test cases or after writing test cases? Please give me reply or send me answer to my mail id 'gopimanchella@gmail.com' Thanks in Advance.
What are the references for Perl scripting language?Is there a software tester should have this knowledge .?
Write the test cases for yahoo home page
when doing regression testing, how can we know that other screen or module are affected?
what is the technical challange you faced in your module.please ans me the question i just want example can me any example please very important
What is the type of testing that you apply for maintenance phase in V-Model
What are the possible test cases/test scenario for Search functionality ?
Can u specify one Deadlock or Processlock issue in a client server application?
Test case on Air conditionar
What r the sequences that leads to automation?