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 compliance testing?
Explain Alpha Testing and Beta Testing
Explain accessibility testing and its importance in the present scenario.
difference between blackbox vs system testing
Should every business test its software the same way?
Hi am new to this forem.i am a begineer in software testing and i have passed the ISEB exam,can anyone tell me how to gain knowledge practically ie practising testcases...... Thanks in advance
How will you know if you wrote sufficient test cases for a particular business requirement.
what is Entry and Exit criteria explain in detail?
What is programe specification deleverable documents of SDLC ?
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
who do sanity testing ? who do smoke testing ? plz give me correct answers.
how to track defects by using JIRA bug tracking tool