What is the exact difference between Integration & System
testing; give me examples

Answers were Sorted based on User's Feedback



What is the exact difference between Integration & System testing; give me examples..

Answer / malaprabakar

A. integration testing:testing of combined parts of an
application to determine if they function together
correctly. The 'parts' can be code modules, individual
applications,client and server applications on a network,
etc. This type of testing is especially relevant to
client/server and distributed systems.


System Testing:system testing will conducted on the entire
system to check whether
it is meeting the customer requirements r not

Is This Answer Correct ?    17 Yes 1 No

What is the exact difference between Integration & System testing; give me examples..

Answer / lakshmi

Integration Testing;

The unit tested module has to be integrated to build the
application.

For Eg: When we test the With draw and Deposit option after
integrating both the functionality it is the integration
testing

where as System Testing involves testing the entire
functionality of the application.

EG; Testing the all the functionalities in Banking

Is This Answer Correct ?    6 Yes 2 No

What is the exact difference between Integration & System testing; give me examples..

Answer / pradeep.s

intergration testing means data flowing between 2 modules.

system testing means end to end testing done by end user
and testing engineer.

Is This Answer Correct ?    4 Yes 0 No

What is the exact difference between Integration & System testing; give me examples..

Answer / meenakshi

integration testing is performed when any of the two or more
components are joined together to work as one. it may be
integration of two systems or two modules or so. in case of
integration testing we test that are those components
capable of working together. In case of integration testing
interfaces of joined components is given more importance. it
is checked that the data flow b/w the components is correct
and their shld be no leakage at the interface and so on.
But in case of system testing we test the sys as whole for
both its functional and non functional requirements.

Is This Answer Correct ?    2 Yes 1 No

What is the exact difference between Integration & System testing; give me examples..

Answer / ramyasri

Hai...

Integration testing :
Testing of integrated modules to verify combined
functionality after integration. Modules are typically code
modules, individual applications, client and server
applications on a network, etc. This type of testing is
especially relevant to client/server and distributed
systems.

System testing :
Entire system is tested as per the requirements.
Black-box type testing that is based on overall
requirements specifications, covers all combined parts of a
system.

K,Byeee..
B.Ramyasri

Is This Answer Correct ?    1 Yes 0 No

What is the exact difference between Integration & System testing; give me examples..

Answer / d.radhika

Integration Testing:
its the process of testing that the testing conducts at
the combination of all modules of the application to check
app behaves as per the requirement
ex: 1.Dataflow
2.comined modules
system Testing:
its the process of testing to check entire application that
if the app behaves as per the requirement
ex: 1.end to end testing
2.site testing
3.menu testing
4.navigation testing
in system testing it covers all the functional and non-
functional and usability testing.
f.testing is +ve,-ve,valid,invalid,within range,without
range.
non.f.t is
relibility,compatability,configuratation,installation,datavo
lum testing....
usabulity testing is userinterface and manual supported
testing.

Is This Answer Correct ?    1 Yes 1 No

What is the exact difference between Integration & System testing; give me examples..

Answer / chandru

Integration Testing:
Test the flow of data from one module to another module.
Check the modules are integrated properly.

System Testing:
System testing is used to discuver errors when the system
is tested fully.Tester are expected to test from login to
logout process by covering various functionalities
conducted by test engineers

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is the difference between use case and test case? give example.

9 Answers   Keane India Ltd,


Explain test procedure and write test cases for EFTPOS/CREDIT CARD

0 Answers   People Bank,


tell about tomcat webser

3 Answers   Exalt,


How will u test a stored procedure,which accepts 2 int values and sums them? Test cases?

1 Answers   AVS,


Hi I am preparing for a Software testing interviews and i have attended 4 interviews but i didnt succeeded any of those 4 due to the lack of real time experience can any body please suggest a institute who will train for real time scenarios with good project? in CHENNAI

2 Answers  






What is "Cache Memory". How and What we have to check in Cache Memory during Web based application testing.

1 Answers   TCS,


The project is going through the maintainance phase I logged a defect which is critical for resolving ,the developement team is in US when they got the reported bug they gave the xplanation that it is a six year old written code moreover we don't have proper followup documents to authenticate this one....in this senario wat will u do??

2 Answers  


How to test cookies in Manual testing and how to disable cookies?

1 Answers   CTS,


What is the bug life cycle? In which part u involved?

2 Answers   AMES Technology, Covansys, Sankhya Infotech,


Currently iam working in testing line, iam trying in other company in the testing line itself, but my friends are telling without any reference it is unable to get a job in a reputated company, is it true?

3 Answers   Satyam,


What are the standard you follow in your company to prepare test plan document? Content is same in every standard or not. Also is there any document to read about the testing standards? Thanks in advance for giving me the answer.

0 Answers  


What are some best practices that you should follow when writing test cases?

0 Answers  


Categories