test cases for nopcommerce site registration
test cases for nopcommerce site registration
test cases for nopcommerce site registration
---------------
▎Test Case 1
Expected Result: Error message indicating that the first name is required.
Actual Result: Error message indicating that the first name is required.
---
▎Test Case 2
Expected Result: Error message indicating that the last name is required.
Actual Result: Error message indicating that the last name is required.
---
▎Test Case 3
Expected Result: Error message indicating that the email format is invalid.
Actual Result: Error message indicating that the email format is invalid.
---
▎Test Case 4
Expected Result: Error message indicating that the password does not meet strength
criteria.
Actual Result: Error message indicating that the password does not meet strength
criteria not appear.
---
▎Test Case 5
---
▎Test Case 6
Expected Result: Error message indicating that user must be at least 16 years old
to register.
Actual Result: Error message indicating that user must be at least 16 years old to
register not appear.
---
▎Test Case 7
Expected Result: Error message indicating that first name must be at least 2
characters long.
Actual Result: Error message indicating that first name must be at least 2
characters long not appear.
---
▎Test Case 8
Expected Result: Error message indicating that last name must be at least 2
characters long.
Actual Result: Error message indicating that last name must be at least 2
characters long not appear.
---
▎Test Case 9
Expected Result: Error message indicating that password must contain at least one
special character.
Actual Result: Error message indicating that password must contain at least one
special character not appear.
---
▎Test Case 10
Test Case ID: UC010
Summary: Registration fails due to missing required fields entirely.
Steps:
2. Leave all fields blank (First Name, Last Name, Email, Password, Confirm
Password).
Expected Result: Error messages for all mandatory fields indicating they are
required.
Actual Result: Error messages for all mandatory fields indicating they are
required.
---