What is the exact difference between Integration & System
testing, give me examples with your project.
Answers were Sorted based on User's Feedback
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 |
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 |
what is independent question and what is retriewing and what is problem of severity.
what is performance testing?
How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.
what is compliance testing?
Testing Application means what? I want the actual meaning of application?
how to create automation frame work ?
write test cases on calculator
8 Answers EDS, IT Logic, Sify, United Healthcare,
When to start Software Testing?
Is integration testing is a validation testing ?
what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application
Difference between gui & Functional testing
Write test cases to anti virus software?