Test Case Categories
User Registration Testing - Full Test Case Guide for Secure and Seamless Sign-Up Forms
A smooth and secure sign-up process is vital for converting users and protecting sensitive data. This guide provides essential test cases for validating usernames, enforcing strong password policies, masking sensitive fields, and ensuring data is stored securely.
| Nr | Test Idea | |
|---|---|---|
| 1 | Check the parent page testcases for general login functionality testing guidelines | |
| 2 | Check that both username and password field would be mandatory | |
| 3 | Check what minimum and maximum length should username and password field have | |
| 4 | Check what characters should be allowed for username and password | |
| 5 | Check that username field would be case insensitive | |
| 6 | Check that username field checks if the username is already taken | |
| 7 | Check that password field would be case sensitive | |
| 8 | Check that password field would not display actual characters when typing - value should be masked | |
| 9 | Check if password field checks password requirements (password length for example) | |
| 10 | Check that all the password requirements would be displayed to the user also | |
| 11 | Check that password would be saved in encrypted form to the database | |
| 12 | Check that the actual password would be saved, not the characters used for masking | |
| 13 | Check if password field should have a reveal button | |
| 14 | Check that password would be also masked when opening password field with already existing value (user profile for example) | |
| 15 | Check that masked value length would not be taken from users actual password when opening password field with already existing value (user profile for example) | |
| 16 | Check that it is not possible to copy from the password field |