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 2-tier architecture, 3-tier architecture?

6 Answers  


In my application, date box is present on every screen. As a tester I have to test it on every screen. So need to write test case for it. If I write a test case for Date box only once & I refer that test case for next screen date box testing. Is it Ok?? E.g. Test case name - Date Box test Test Case Id - 01 If I want to write test case for Date box on New screen/module. Then is it OK?? Test Case Name - Date Box test Test Case Id - 20 Test Steps - Refer steps of test case id-01

3 Answers  


What’s the role of documentation in manual testing?

1 Answers  


Explain some techniques for developing software components with respect to testability.

0 Answers  


What is Buddy testing?

3 Answers   Accenture,






Explain accessibility testing and its importance in the present scenario.

0 Answers  


what is the severity we give. login fails eventhough we enter the correct username and pwd.

9 Answers   Swathi Soft,


Plz give me manual testing real test case ?

0 Answers   Aerosol,


what is meant by system testing? what is functional testing? what is the difference between both of these testing? can anyone explain this in detail?

5 Answers  


describe the difference betweeen Test scenario and Test Case

3 Answers   HCL,


there is a mobile phone and it has got 2 buttons one is it takes photo other is it uploads photo to facebook how to you test this application ?

7 Answers   CTS, Murugappa Group,


get the employees details ordered by employee name in alphabetical orders

1 Answers   IBM,


Categories