Bug #1614
open[User creation] The user is able to create a new user with invalid data for the required fields (Name, Email, Password)
0%
Description
Precondition: The user is logged in
Test Steps
1. Navigate to https://qainterrapt.brainster.xyz/users
2. Click on the "Create" button at the top right corner
3. Fill the "Name" field with invalid data
4. Fill the "Email" field with invalid data
5. Fill the "Password" field with invalid data
6. Click on the "Create" button at the bottom right
Test Data
3. Dm
4. user@com
5. Passwordddddddddddddddddddddddd
Actual result : The user is successfully created using invalid data
Expected result : The user should not be able to be created using invalid data for the required fields
Acceptance criteria :
The name field should accept: Alphabetic characters (both, latin and cyrillic), all letter cases (lower and upper), special characters (only “-”, and “ . ”) and spaces. It should be minimum 3 and maximum 25 characters in length.
The email field should accept only valid formats for e-mail addresses. A valid email address consists of an email prefix and an email domain, both in acceptable formats. The prefix appears to the left of the symbol. The domain appears to the right of the symbol
The password field should accept 8-30 characters (combination of numbers, alphabetic characters (both, Latin and Cyrillic) and special characters.
Files