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
what comments have u given in peer review? tell me at least 3 comments what u have given? july27 brahma412@yahoo.co.in
What are differences in testing a client server and a web application?
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.
How will you determine when to stop testing?
What is difference between Manual testing and Pega/BPM testing?
Can you explain tpa analysis?
When did u complete testing ? Which scenrio should not be in automation testing ? why ?
What is test closure?
How does compatibility testing differ while testing in Internet explorer and testing in Firefox?
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
What are similarities of Agile and Scrum?
What is the Difference between Network testing and Web Testing?
hi this is chik here iam showing my current project ERP and am prepair in hr model please tell me details about it and what all function test in hr model and give me some test caserelated to this module.Please tell me am faceing lots of problem in interview am not able to explain in interview please help me out my id is chiku_69@yahoo.in
write test case for linked in sign up page ?
hi, this is geetha, i have one doubt regarding the vulnerability testing. For sql injection testing is there any need for the tools to be installed. If it is what is tool and what is the method to test in sql injection testing. Plz Guide me