what is system testing and system integration testing?
explian briefly?
Answer Posted / roselin
System testing is actually done to the entire system
against the Functional Requirement Specification(s) (FRS)
and/or the System Requirement Specification (SRS).
The following examples are different types of testing that
should be considered during System testing:
User interface testing
Usability testing
Performance testing
Compatibility testing
Error handling testing
Load testing
Volume testing
Stress testing
User help testing
Security testing
Scalability testing
Capacity testing
Sanity testing
Smoke testing
Exploratory testing
Ad hoc testing
Regression testing
Reliability testing
Recovery testing
Installation testing
Idempotency testing
Maintenance testing
Accessibility testing
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the difference between baseline and traceability matrix?
What is client server application testing?
How would you test a service oriented architecture (soa) web application?
How does your preferred work style work with the ideal test-manager role that you just described? What is different between the way you work and the role you described?
How do you test google or gmail application??tell me step by step process??
Write positive and negative test cases for forgot password?
What is the typical situation u faced while collecting the test data?
In our project, we use Withdrawal Indent, we are confused to use heading as "Withdrawal Indent" or "Withdraw Indent". Please suggest me which one to use ASAP, Thanks in advance
Hello Varun, Kindly send me the material as well as sample question papers as i am interested in doing the certification. Kindly help me out in this regard. Here is my mail ID: bjyothitesting@gmail.com
To specify the test artifacts involved in testing.
What are the different cost elements involved in implementing a process in an organization?
When will the testing starts?
How to test whether the application is having memory leakage using task manager and PerfMon. Please tell if any one know. thanku
i need some objective type papers for my certification
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?