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
Updated by Dimitar Efremovski about 2 years ago
Precondition : The user is logged in
The user is navigated to https://qainterrapt.brainster.xyz/users
Steps to reproduce
1. Click on the "Create" button at the top right corner
2. Fill the "Name" field with invalid data (Enter less than 3 characters e.g Dm - Name field should accept minimum 3 and maximum 25 characters in length.)
3. Fill the "Email" field with invalid data (Enter incorrect email format after the @ symbol e.g user@com - Email field should accept only valid formats for e-mail addresses.)
4. Fill the "Password" field with invalid data (Enter more than 30 characters e.g Passwordddddddddddddddddddddddd - Password field should accept 8-30 characters.)
5. Click on the "Create" button at the bottom right
Test Data
2. Dm
3. user@com
4. 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
Updated by Dimitar Efremovski about 2 years ago
- Subject changed from [User creation] The user is able to create a new user with invalid data for the required fields to [User creation] The user is able to create a new user with invalid data for the required fields (Name, Email, Password)
Precondition : The user is logged in
The user is navigated to https://qainterrapt.brainster.xyz/users
Steps to reproduce
1. Click on the "Create" button at the top right corner
2. Fill the "Name" field with invalid data (Enter less than 3 characters e.g Dm - Name field should accept minimum 3 and maximum 25 characters in length.)
3. Fill the "Email" field with invalid data (Enter incorrect email format after the @ symbol e.g user@com - Email field should accept only valid formats for e-mail addresses.)
4. Fill the "Password" field with invalid data (Enter more than 30 characters e.g Passwordddddddddddddddddddddddd - Password field should accept 8-30 characters.)
5. Click on the "Create" button at the bottom right
Test Data
2. Dm
3. user@com
4. 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
Updated by Dimitar Efremovski about 2 years ago
Precondition : The user is logged in
The user is navigated to https://qainterrapt.brainster.xyz/users
Steps to reproduce
1. Click on the "Create" button at the top right corner
2. Fill the "Name" field with data (Enter less than 3 characters e.g Dm - Name field should accept minimum 3 and maximum 25 characters in length.)
3. Fill the "Email" field with data (Enter incorrect email format after the @ symbol e.g user@com - Email field should accept only valid formats for e-mail addresses.)
4. Fill the "Password" field with data (Enter more than 30 characters e.g Passwordddddddddddddddddddddddd - Password field should accept 8-30 characters.)
5. Click on the "Create" button at the bottom right
Test Data
2. Dm
3. user@com
4. 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