Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Pages:

  • Login:
    • CheckForgotPasswordLink
      • Go to log in page, click on 'Forgot Your Password?', and assert the dialog's title.
    • CheckLanguageLink
      • Go to log in page, click on 'Language', and assert the table's header.
    • CheckLoginLink
      • Go to log in page, click on 'Login', and assert the dialog's title.
    • CheckLoginPage
      • Go to log in page, and assert the dialog's title.
    • InvalidPassword
      • Go to log in page, enter valid username and invalid password, click login button. Assert the appearance and content of the error message.
    • InvalidUser
      • Go to log in page, enter invalid username and invalid password, click login button. Assert the appearance and content of the error message.
    • ValidAccount
      • Go to log in page, enter valid username and invalid password, click login button. Assert the appearance and content of the error message.
  • List Of Locales:
    • ListOfLocales
      • Go to log in page, click on 'Language', iterate through list of locales
  • Forgot Your Password:
    • EmptyUserName_GetPasswordHint
      • Go to log in page, click on 'Forgot Your Password?', leave the text field empty, click the 'Get Passord Hint' button, and assert error message.
    • EmptyUserName_EmailPassword
      • Go to log in page, click on 'Forgot Your Password?', leave the text field empty, click the 'Email Password' button, and assert error message.
    • InvalidUserName_GetPasswordHint
      • Go to log in page, click on 'Forgot Your Password?', enter invalid username, click the 'Get Passord Hint' button, and assert error message.
    • InvalidUserName_EmailPassword
      • Go to log in page, click on 'Forgot Your Password?', enter invalid username, click the 'Email Passowrd' button, and assert error message.
    • ValidUserName_GetPasswordHint
      • Go to log in page, click on 'Forgot Your Password?', enter valid username, click the 'Get Passord Hint' button, and assert error message.(First time log in)
    • ValidUserName_EmailPassword
      • Go to log in page, click on 'Forgot Your Password?', enter valid username, click the 'Get Email Password' button, and assert error message.(First time log in)