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 / umasubbu4u

Integration: The process of combining components into
larger assemblies.

System Testing: The process of testing an integrated system
to verify that it meets specified requirements.

Is This Answer Correct ?    19 Yes 2 No

what is the Difference between Integration testing and system testing? ..

Answer / praveen 9885734486

Integration Testing means testing using stubs and drivers
insted of original modules but in system testing, based on
all original forms and modules

Is This Answer Correct ?    11 Yes 3 No

what is the Difference between Integration testing and system testing? ..

Answer / sripathi venkata ramesh

I am Sripathi Venkata Ramesh working as a software Test
engineer - different people have given different
answers......I confused so many times.............
So the correct answer is here...

Integration Testing: Testing the
interface/relationship/data flow of the application when
integrating different modules is called integration testing



End to End Testing: To validate whether the flow of
application from the starting point to end point is
happening perfectly For example, while testing a web page,
the start point will be logging in to the page and the end
point will be logging out of the application. In this case,
the end to end scenario will be log in to the application,
get into inbox, open and close the mail, compose a mail,
either reply or forward the mail, check in the sent items,
and log out.



System Testing: Testing the system as a whole to validate
that it meets its specifications or not. or we can say as
Testing an integrated system is called system testing

Is This Answer Correct ?    7 Yes 1 No

what is the Difference between Integration testing and system testing? ..

Answer / 123

in Simple words we can say

INTEGRATION Test:: testing the interface b/w more than two
components, or combinig them and test the flow.

SYSTEM test:: testing the appl or product or u r s/w that
dev environment shud be same as u r production environment.

Is This Answer Correct ?    7 Yes 3 No

what is the Difference between Integration testing and system testing? ..

Answer / prasadbabu1

Integration Testing:- Means that compositon of that modules.
During integration testing different types of approches
avilable they are
1.Top down approach
2.Bottom up approach and
3.sandwhich approch.

System Testing:- Means testing the system as a whole to
validate that it meets its specifications or not.

Prasad maddela,
098416 55478.

Is This Answer Correct ?    6 Yes 3 No

what is the Difference between Integration testing and system testing? ..

Answer / savita rajur

Integration testing:testing the interface/relationship/data
flow of the appilication ....
system testing:testing the whole appilication against
requirment ...
so first functional testing,integration testing and last
system testing...

Is This Answer Correct ?    5 Yes 2 No

what is the Difference between Integration testing and system testing? ..

Answer / chandan

Integration Testing:Testing of combined parts of an
application to determine if they function together
correctly. Usually performed after unit and functional
testing. This type of testing is especially relevant to
client/server and distributed systems.

System Testing: Testing that attempts to discover defects
that are properties of the entire system rather than of its
individual components.



Is This Answer Correct ?    5 Yes 3 No

what is the Difference between Integration testing and system testing? ..

Answer / sunil reddy

testing a group of modules in our application is called
integration testing

Testing an integrated sytem is called system testing

Is This Answer Correct ?    6 Yes 6 No

what is the Difference between Integration testing and system testing? ..

Answer / asmita

Intergration Testing : In every application we intially
implement small Sub-functionalities and integrate those...to
make it a big fuctionality...

So main purpose of testing here is to check whether the
integration is done correctly and verifying dependencies
between the small sub-functionalities

Note: need not be sub-functionality at times we do it when
we integrate 2 or more applications


System Testing : Here in application is viewed in terms of
Fuctionalities...... we see Complete functionality as
whole...we never consider the sub-functionalities.....

So we test the flow of the system which means verifying the
functionality of system

Is This Answer Correct ?    1 Yes 1 No

what is the Difference between Integration testing and system testing? ..

Answer / ankit khandelwal

Integration Testing:Individual Units are combined into some larger units which are tested separately.
System Testing:These Integrated units are combined into a one system which are tested as a whole.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What are the models/stages available in SDLC.

1 Answers   IBM,


A general Question: If there are two bugs one with high priority and one with high severity, which bug should be fixed first?

5 Answers   Q3 Technologies,


Who should test your code?

2 Answers  


What are the main key components in client and server applications?

0 Answers  


Easiest way to write test cases? How i can learn writing the test cases?

0 Answers   Accenture,






When the GUI Testing will be held on the V model ?

0 Answers  


Who will prepare FRS(functional requirement documents)? What is the importent of FRS?

2 Answers   Infosys,


after inserting the record in front-end,how will u check the backend manually?

1 Answers  


please mention critical bugs in hospital management system i.e in project has 4 modules likeappointments,patient chart,reports,pharmacy like that

1 Answers  


Why you had chosen testing career?

3 Answers   TCS,


what is test coverage matrix? what its use? and its format?

5 Answers   IBM, SAS,


Can anyone help me out to get Test clear in Adobe as i have call and My apti is too low as i preparing for technical..mail me at satijaa.tarun@gmail.com Thanks in Advance

0 Answers   Adobe,


Categories