cse442-at-ub / project_s23-gofly

project_s23-gobites created by GitHub Classroom
0 stars 1 forks source link

Figma App Design - Landing, Sign in, Sign up, Forgot password Pages #7

Closed abdullahsyedz closed 1 year ago

abdullahsyedz commented 1 year ago

Task Tests

Test 1: Creating a user

  1. Click on the login page.
  2. Click the "Submit" button with user info.
  3. Verify that it directs to the home page.

Test 2: Logging In

  1. Use the navigation bar and click on"Login".
  2. Click the "Submit" button with user login info.
  3. Verify that it directs to the home page.

Test 3: Failed Login

  1. Use the navigation bar and click on"Login".
  2. Enter no info.
  3. Click the "Submit" button.
  4. Verify that it throws an error message showing why the login was unsuccessful.

Test 4: Password Recovery

  1. Go to the login page from the landing page
  2. Click on the "Forgot Password" link from the login page.
  3. Enter user info.
  4. Click the "Submit" button.
  5. Verify it shows the successful message after submission.

Test 5: Unsuccessful Password Recovery

  1. Go to the login page from the landing page
  2. Click on the "Forgot Password" link from the login page.
  3. Enter no info.
  4. Click the "Submit" button.
  5. Verify it throws an error message.