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

What is deferred status in defect life cycle?

0 Answers  


What is mean by Test Plan? What details will be mention in it?

3 Answers  


How can you test an application after production and deployed in to the clients system by connecting to the (Client's)server which is located somewhere in the US. I mean how can you connect and test when it is at maintenance

5 Answers   Oracle,


1. WHAT IS BPT? 2.. WHAT IS THE BUILD VERSION? 3.. WHAT IS ECP? 4.. WHAT IS BOUNDARY VALUE ANALYSIS?

2 Answers   Wipro,


hi!how to write test cases on SRS?tell me any example which type of certification is usefull for less then 1 yr exp. people in testing?

2 Answers   IBM, MIT,


what are the initial templates used in a project (glamorous...)

1 Answers  


how you will write test case for integration testing give me example

2 Answers  


Use-cases can provide useful input into the design of black-box and state-based tests of OO software.is it true

1 Answers   SSC,


1:differenciate between functional regression and gui test cases 2:for a given requirement how to write test case and prepare test data with example like for monster.com front page what testing techniques are used at what requirments see monster page 3: can we test without front end application and can we perform testing without back end application 4:all possible questions asked on bugzilla plz answer as soon

1 Answers  


when there is minimal or no document available to carry out the testing for a login screen, what will you do?

3 Answers  


what is agile testing with example

3 Answers   Polaris,


ive been looking for a junior tester job for quite some time now, but most company keep requisting for experienced staffs, but if i dont start from somewhere how do i get the experience

0 Answers  


Categories