Login Test Cases

testcase

Login Test Cases

Complete List of the Login Test Cases in a Web Application. Test Scenarios For Website Testing.

  1. Verify the user credential remained on the field after clicking remember and get back to the login screen again.
  2. Verify that the user will be able to log in with their account with the correct credential.
  3. Verify that the user will get into their dashboard screen after login in with the correct credentials. 4.Verify that the user can access all controls and elements by pressing the Tab key from the keyboard. 5.Verify that the user can log in by entering valid credentials and pressing Enter key.
  4. Verify that the user can log in by entering valid credentials and clicking on the login button.
  5. Verify that the password entered should be in encrypted form.
  6. Verify whether an eye icon is added to the password field or not.
  7. Verify that the user can be able to view the password by clicking on the eye icon.
  8. Verify line spacing added on password on mac.
  9. There should be an email verification check, as the user verifies the email address then the user is able
    to view the dashboard and access features.
  10. Add a captcha on the login form to prevent the robot attack.
  11. Verify the error message should display after just entering an email address and leaving the password
    field blank.
  12. Verify the error message should display after just entering a password and leaving the email field blank. 15.Verify the error message should display after entering the invalid credentials.
  13. Verify the error message should display after entering an invalid email format.
  14. Verify the displayed error message for invalid email format should be correct.
  15. Verify the displayed error message grammar should be correct.
  16. Verify the displayed error message spell should be correct.
  17. Check logged in user should not log out on closing the browser.
  18. Verify the login session timeout duration. So, once logged in a user can not be authenticated for a
    lifetime.
  19. Verify logged-in user doesn’t log out by clicking the back button on the browsers tab.
  20. Verify that there is a limit to the total number of unsuccessful login attempts. Therefore, users cannot
    use brute force mechanisms to try all possible username-password combinations.
  21. Verify logged-in user copies the URL and pastes it into a new browser window, it should redirect to the
    login page.
  22. Check login by google and all social options for login in the private window separately.
  23. As the user signs in, on the home page, there is no need for displaying Sign Up or Try Now, etc (if the
    user logged in).
  24. Add rate limit on login. After how many attempts user should be able to restrict by the app for the wait. 28.Verify it should not be always in loading in case the user adds an invalid email and password.
  25. Verify all the functionalities should be working condition as the user sign-in from social login i-e
    Facebook and google.
  26. Prevent login page from SQL injection attack