Test case Examples
Scenario: Text box accepts 60 chars with alphanumerics only.Test Cases should be atomic in nature and should cover even small possibility for any scenario.
Positive:
1. Verify text box accepts chars <60
2. Verify text box accepts chars = 60
3. Verify text box accepts 59 chars(BVA validation)
4. Verify text box accepts numerics
5. Verify text box accepts alphabets
6. Verify text box accepts mixture of alphabets and numerics
7. Verify text box accepts Upper case letters
8. Verify text box accepts lower case letters
9. Verify text box accepts mixture of Upper case & Lower case letters
10. Verify text box accepts the mixture of Uppercase letters and numerics.
11. Verify text box accepts the mixture of Lowercase letters and numerics.
12. Verify text box accepts the mixture of Lowercase letters, Uppercase and numerics.
Negative test cases:
1. Verify text box do not accept Special chars
2. Verify text box do not accept spaces
3. Verify text bx do not accept Tab spaces
Note: There may be more possibilities for the above scenario
No comments:
Post a Comment