What is the exact difference between Integration & System
testing, give me examples with your project.

Answers were Sorted based on User's Feedback



What is the exact difference between Integration & System testing, give me examples with your p..

Answer / babu_sripathi@yahoo.co.in

Integration testing means we will combine the individual
modules of the system.One module is integrated with another
module.The output of the first moudle it should be input of
the another module.
syatem testing is nothing but end to end testing. While
during system testing we will cover all the modules of the
system

Is This Answer Correct ?    3 Yes 0 No

What is the exact difference between Integration & System testing, give me examples with your p..

Answer / muralidharan

Integration testing :
This comes under levels of testing,
this is basically whitebox testing and main purpose of
doing integration testing to check the communication
interface between the unit tested module or submodules.Here
Dummy modules like stubs and drivers are used to do
integration testing.
Example:

A--->B--->C-->D

Here we are checking the interface from A to D


System testing:
The testing done on a whole to check the
functiolity and requirements are as per the clients
requirements etc.It is commonly called as black box testing

A
|
________________
| |
| |
B C
| |
| |
D_______________E

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

Explain Equavalence Partioning.With example?

3 Answers   CSC,


what is the role of a test build manager?

2 Answers   Wipro,


what are the good test cases for the login form containing 4 fields like Username,Password,LOGIN button and CANCEL button?

0 Answers   TCS,


What is test case of dustbin ?

5 Answers   Campus Interview, eXtensible IT Solutions, Hewitt, TCS,


What is the final stage of integration testing

4 Answers   HCL,






what are the bugs in job portals and hospital managemant projects..if anyone havin experience in testin these porjects then friends share your experience what could be the bugs

1 Answers   TCS,


How should I manage the test cases? Should I have to write Version/Build number in the test cases against test cases which is get modified for that build/version.

3 Answers  


What is localization testing (l10n testing)?

0 Answers  


Diffrence in b/w Functional and System Testing and Test Cases.

3 Answers   Fiserv,


do you or anyone has 100or over test cases in different categories

0 Answers  


diffrence between defect and bug life cycle

3 Answers  


WHAT IS CVS? WHY IT IS USED

2 Answers   Virtusa,


Categories