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

why it is know as alpha and beta testing(alpha & beta)?

2 Answers   Satyam,


do u know abt descryptive programming

5 Answers   Polaris,


What is the difference between Sanity and Smoke Testing? With Example.

7 Answers  


what is a review?

1 Answers  


You find a bug and the developer says “It’s not possible” what do u do?

7 Answers  






while reading specification documents if u got any doubts or u think the specification should be clear or when u think some changes should be there in specifcation docs, or u find the difference in FRS and Design docs,whom do u report this??

4 Answers   AOL,


How will You select the regression testcase

2 Answers   CitiGroup, HCL,


when the test plan will be prepared in waterfall model?

3 Answers   Siemens,


Differentiate regular regression testing and final regression testing.

3 Answers  


What icon is used in WinRunner to get an explanation of the syntax of TSL?

0 Answers  


how much testing is enough.and why documentation is needed

2 Answers  


can anyone tell me few critical bugs in ecommerce project.

0 Answers   Wipro,


Categories