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
Different types of design diagrams that supports to write test cases ?
Can anyone write test cases on google account creation page in the testing template format , urgent pls and explain if possible how to execute also
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
How do your characteristics compare to the profile of the ideal manager that you just described?
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?
What are the roles of glass-box and black-box testing tools?
What is un-installation testing?
What are testing techniques? What is difference between general and specific?
Can any one explain me about hybrid integration testing? and what is interface in integration testing? thanks in advance...... regards, MurthySharma.Manchella
What is the difference between GUI Testing,UI testing and Usability TEsting
how to create automation frame work ?
What is an inspection in software testing?
Can anybody give me some tips on how to face telephonic interview and Write some expected telephonic questions as a 2+yr exp. in testing. Try to give Ques. that u already hv faced in telephone. Plz Help me out friends.
Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.
Could some one tell me test cases for multi line text boxes like Notes field?