What is diff. between System Testing and Integration
Testing ?
Answer Posted / hiren
Both are the phase of the testing.In Integration testing we
integrate all the module together and test as per the client
specification.In System testing we will check system
performance in case of more stress & load,hardware &
software compatibility,whether the site is secure or not i.e
security testing etc.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can anyone please suggest me a online book on manual testing??
Does anyone have any good examples of some acceptance criteria for non-functional requirements?
When do we perform smoke testing?
Is compatabilitytestig and port testing are same
Can you explain random/monkey testing?
why testcases are written and what is the importance?
How to find that tools work well with your existing system?
When new application ready to test than whats your testing strategies?
What are the modules of quality center?
What is the difference between GUI Testing,UI testing and Usability TEsting
Have u ever done testing related to a database,give examples to support u r answer.
Can any one give a summary of testing a territory management system? what would be the test scenarios, few test cases. how it works.
In Manual testing how to test proxy servers? can u please explain with example?
Difference between Stakeholder and Relevant Stakeholder?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.