Вы находитесь на странице: 1из 2

Testing scenarios for login page:

1. User name and password both left blank and login


 It should not log in.
 Should Pop up “Enter Username and Password”
2. Valid User name entered, password left blank and login
 It should not log in.
 Should Pop up “Enter Password”
3. User name left blank, Valid password entered and login
 It should not log in.
 Should Pop up “Enter Username” and cursor moves to Username field
4. Valid User name and Valid password both entered and login
 Should display the Inbox Page
5. Invalid User name and Valid password entered and login
 It should not log in.
 Should Pop up “Enter Valid Username”
6. Valid User name and Invalid password entered and login
 It should not log in.
 Should Pop up “Enter Valid Password”
7. In Username field special characters enteredPops up “Use only letters(a-z), numbers and
periods”
8. Enter Space key as first character following Valid Username
 Successful log in
9. Enter Password in password field
 Should Mask the characters using ( ) which are entered
10. Valid User name and Valid password both entered and Sign In
 Should display the Inbox Page
And then click Back Arrow key in the top left corner.
 Should come back to the log in page and asks to enter Valid Password
Password left blank and click forward Arrow key in the top left corner.
 Should not navigate to the home page.
 Should Pop up “Enter Password”
11. Checking for characters range is limited or not in Username and password field.
If limited, enter less than minimum characters accepted
 Should not accept the characters
 Should Pop up “Use at least 6 characters”

Enter more than maximum characters allowed

 Should not accept the characters


 Should Pop up ”Use 6-32 characters”
12. Checking for Username field is Case sensitive or not
 Should accept Uppercases
13. Checking for Password characters range.
 Should accept 6-32 characters only
14. Checking for Password accepting Special characters and numbers or not. (Including Space Key)
 Should Accept and navigate to Sign in link
15. Copy characters and paste it in the Username field
 Should allow to paste the characters
16. Copy characters and paste it in the password field
 Should allow to paste the characters
17. Click the “Create an account” field
 Should display create your Account page.
18. Checking for Stay Sign In label
 Should remind the user to check the Stay Sign in
19. Checking Username and Password fields are labelled as E-mail and Password.

Вам также может понравиться