Untitled Document
Untitled Document
● This is a ‘Sign In‘ page where the user can enter their email and password and sign in
to their account after successful verification.
● On the login page, the ’Sign In’ label should be displayed
● There should be a label for ‘Email’.
● There is an ‘i‘ logo beside the Email label which displays information about the email
field “Please enter an email address here” when the user howers over it.
● There should be a text field for entering an email with ‘Enter user ID’ placeholder.
● There should be a label for Password.
● There should be a text field for entering the password.
● There should be a ‘Remember me’ check box, a ‘Sign In’ button, and a ‘Forgot your
password’ link
● Besides the password input field, there should be a toggle button(eye button). The
password is masked with a ‘*’ character. When the user clicks on this button the
password is unmasked i.e. readable.
● If the user clicks on the toggle button again it is masked.
● The user should not be able to enter a password more than 15 characters.
● The password should be a of minimum 8 characters and maximum of 15 characters. It
should have at least one upper case letter, lower case letter, special character, and a
number.
● When the user clicks on the ‘Sign In’ button it should validate the email. If the email is
invalid it should display “Please enter a valid email address”.
● When the user doesn’t enter the email and clicks on the ‘Sign In ’ button then the error
“Please enter the email”.
● When the user doesn’t enter the password and clicks on the ‘Sign In ’ button then the
error “Please enter the Password”.
● When the user enters a valid email and correct password then the system allows the
user to log in. Otherwise, the “Entered username and password is incorrect” message
should be displayed.
● Once the user clicks on forgot your password link the user will be redirected to UC003 -
Forgot Password