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 |
hi friends .......... from srs to signoff what r the tests the testing team will conduct either sequentially or parallel pls advice thanks in advance
what are the tests u did in entire project? when it did in the project? (means at the release build to end of project) plz explain clearly
explain fish model in detail?
What are the steps involved in Manual Testing
What about the test case if the field only takes a certain number of characters or a minimum number?
what is best way to Indentify the senarios for anything like room,car,bike etc please tell me best ways to identfy
what did your base to your test cases?
Which methodologies, Technologies are fallowed in your company?
What is the difference between Retesting and Data Driven Testing?
What is the need of smoke test even when unit test is done by developers?
Hi, Can anybody tell me what is Boundary value analysis, equivalence partitioning and error guessing with examples?
if tester invloves in req or initial phase , what test eng will do in initial phase?