cse442-at-ub / project_s23-gofly

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

Backend/Frontend - Contact US #46

Closed mdhyder01 closed 1 year ago

mdhyder01 commented 1 year ago

Tasks Test

Test 1: Successful Submission

  1. On the landing page, navigate to the contact us button at the bottom.
  2. In the form put in these inputs: Name: Monty Email: mmuin0252@gmail.com Message: My account is disabled.
  3. Click submit, and verify you are redirected to a page that says you have submitted successfully.

Test 2: Invalid Email

  1. In the contact us form put in these inputs Name: Monty Email: mmuin0252 Message: My account is disabled.
  2. Click on submit. Verify there is a pop-up under the email saying "Please include an @Monty0252

Test 3: Invalid Name

  1. In the contact us form put in these inputs Name: 11212 Email: mmuin0252@gmail.com Message: My account is disabled.
  2. Click on submit, Verify there is a pop under the name saying "Please enter only alphabetical letters".

Test 4: Blank Submission

  1. In the contact us form, leave everything blank.
  2. Try to submit the form and verify that a pop-up asks you to fill out the fields.
  3. In the form: Name: Monty Email: mmuin0252 Leave the Message area blank
  4. Verify there is a pop-up under the box asking to fill out the field.