Test cases for Gmail Login Page

Write test cases for GMail login page in respect of Security Testing, Accessibility testing, Usability Testing

Showing Answers 1 - 3 of 3 Answers

sharad

  • Oct 6th, 2017
 

1.Login page provides the access to the application.
"2.Verify that the login screen is having option to enter username and
Password with login button and option of forgot password"
3.Verify that user is able to login with valid username and password
"4.Verify that user is not able to login with invalid username and
Password"
"5.Verify that validation message gets displayed in case user leaves
Username or password field as blank"
"6.Verify that validation message is displayed in case user exceeds the
Character limit of the user name and password fields"
7.Verify that the password is in encrypted form when entered
"8.Verify that there is limit on the total number of unsuccessful
attempts"
"9.For security point of view, in case of incorrect credentials user is
Displayed the message like ""incorrect username or password"""
"10.Password field must contain strong.
10.1 a minimum of 1 lower case letter [a-z]
10.2 a minimum of 1 upper case letter [A-Z]
10.3 a minimum of 1 numeric character [0-9]
10.4 a minimum of 1 special character: ~`!@#$%^&*()-_+={}[]|;:""<>,./?"
11.Inserting of password [ by copy paste] may not be allowed on front end.
"12. Attempt to copy paste of typed password in the text field should be
Failed"
13.Verify the timeout of the login session
14.Verify that once logged in, clicking back button doesnt logout user

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions