Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Hi Friends, I had doubt, that If we want to know how far the testing is completed on portal , we will go far Tracebility Matrix. My Question is matrix is prepared? What should be taken as rows and what should be taken as columns to prepare the Tracebility Matrix. Pls Help Me.

1 Answers  


we are about to implement a Test tool to test the performance of website, so what script does a tester should know (friends plz help me)

0 Answers  


The degree to which the software LOC of a program has been tested is called A.Data flow testing B.Code coverage C.Code walk through D.Statement coverage

1 Answers   ADITI,


Explain how to test the online trading software? How can we get the Feed values? Where they will store? How we test the Personal Trading account because it is time constraint.

0 Answers  


how to write manual testcases for download the files from the template. for example:from product cost enddate

0 Answers  


1.The effectiveness of a test suite in detecting errors can be determined by counting the total number of test cases present in the test suite. 2.Black-box testing attempts to find errors in which of the following categories Option 1 Incorrect or missing functions Option 2 Interface errors Option 3 Performance errors Option 4 All of the above

3 Answers   Infosys,


what is realibility

3 Answers  


1. fault based testing is reversed of which testing? option.1 conventional software testing Option 2Operations and classes that are critical or suspect Option 3 Use-case validation Option 4White-box testing of operator algorithms 2. Testing OO class operations is made more difficult by Option 1 Encapsulation Option 2 Inheritance Option 3 Polymorphism Option 4 Both Inheritance and Polymorphism 3. Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning 4.Client/server architectures cannot be properly tested because network load is highly variable. Option 1 true Option 2 false 5. Real-time applications add a new and potentially difficult element to the testing mix Option 1 performance Option 2 reliability Option 3 security Option 4 time 6.Which one is not key term used in internal control and security Option 1 Threat Option 2 Risk Control Option 3 Vulnerability Option 4 Exposure 7.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products. Option 1 true Option 2 false 8.Static testing requires...? Option 1 Binaries Option 2 Source code Option 3 Product Option 4 Executables 9.etesting is testing the application with multiple sets of data is called retesting Option 1 true Option 2 false

2 Answers   Infosys,


Hi, I am planning to write ISTQB Advanced level certification (Functional & Technical). Pls help me to find out the material for these certifications and which one to write first(Functional or Technical)

2 Answers  


what is the use case ? what is the use of the use case ?

5 Answers   Kanbay,


How many testcases you can write for mobile message box?

3 Answers   Gemini,


HI GUYS,, I HAVE 3 YEARS OF EXP IN MANUAL TESTING...NEXT MONTH ONWARDS I WORK FOR MOBILE TESTING....PLS SUGGEST ME WHAT I LEARN FOR TRAING,, MOBILE TESTING OR ANDROID....FOR MOBILE TESTERS NEED ANDROID(IFONE) DEVOLOPMENT KNOWLEDGE OR NOT? EXPLAIN CLEARLY

0 Answers  


Categories