Here's a checklist of generalized and common input use cases adequate enough to generate your application-specific test checklist that you can later transform into a test case, test plan or test suite.
1. Check for inputs with invalid data type
2. Check for inputs with special characters / multi-byte characters
3. Check for inputs with null values
4. Check for inputs that could potentially run front-end and back-end scripts
5. Check for inputs that are outside the maximum-length
6. Check for duplicate and repetitive inputs
7. Check for massively redundant/stressful inputs (i.e many successive clicks)
8. Verify that the nominal value of data is accepted, stored, retrieved, and displayed.
No comments:
Post a Comment