top of page

Test Cases for any Login Pages

  • Prasanta Paul (Quality Test Engineer)
  • Apr 27, 2018
  • 1 min read

Login Page

Below are the major test cases for login page :-

  • Maximum length ought to be characterized in all textbox field.

  • Password field must be marked as asterisks (********).

  • Forget password link should be there.

  • All the field should properly visible.

  • Uppercase in the login credentials should not be permitted in case of email-id.

  • Validation message should be demonstrated when the client utilized the special character in username and password field.

  • After clicking the login button authorized page should come.

  • Clear/Reset button should clear all text field.

  • While clicking on login without providing any data in the text field it should show an error message please provide correct id and password.

  • When the user provides correct id and wrong password that time an error message should appear.

  • Same with user provide incorrect id and correct password that time an error message should appear.

  • The client should divert to the login page if login URL is slack.

  • If user click on checkbox remember id & password it should open correctly in next login

  • The user should go to the correct page while click on forgot password link.

  • Create account link should be there.

  • Tab functionality works properly.

  • After providing correct username and password and press enter button it should log in to the appropriate account. Display error message while entering any wrong value.

  • After successful login, if user press back button it should go to the logout mode.

  • The user should allow being login after successfully change username or password.

Comments


bottom of page