• Testing concepts
  • Tuesday 11 February 2014

    Few more scenarios for only Login functionality

    Here is the list of test cases/Scenarios for Login Page:

    Test Scenarios - Login Page
    1 . Does User name (6-12 chars) and Password (6-12 chars) field length validation set?
    2 . Does the max length set to all the text boxes?
    3 . Whether the Password field is masked with asterisks? (*****)
    4 . Whether left and right trimming are done for Password field?
    5 . Login credentials in UPPER case are not treated as invalid?
    6 . Forgot Password link is Present on the form?
    7 . When clicked to Reset button, data is cleared from all the text boxes in the form?
    8 . Does application shows validation message when special characters are given in the username field?
    9 . Does application shows validation message when Invalid username given?
    10 . Does application shows validation message when Invalid password given?
    11 . Whether application redirects to the Login page when Login URL is bypassed? i.e. by giving the direct next form URL in the browser
    12 . When clicked Log out link application goes to Home page?
    13 . Does Application shows Validation Message for Blank Username/Password given?
    14 . Whether Application redirect to appropriate page for Remember Me?
    15 . Whether Application redirect to appropriate page for Forgot password?
    16 . Whether Application redirect to appropriate page for Sign Up?