What is the exact difference between Integration & System
testing, give me examples with your project.
Answer Posted / 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 View All Answers
write the test case for Bulb & Mobile phone
what is the common in all s.o.p (standaed operating procedure)?
How to do Performance Testing manually for a Flash Application?
what is the difference between test case and result matrix
What makes a good software qa engineer?
How do u determine,what to be tested?
what is functional testing terminologies
In what situation would you want to parameterize a text verification check?
If date field is a text field write test cases to validate it?
How do you estimate white box testing?
What is the limit for test steps?It should be 10/20/30etc
What is known as data-driven testing?
Which was the most interesting bug you found.
How to do manual testing of a E-insurance project (end to end process)
What are parametere require for Performance testing?