cse442-at-ub / project_s23-welovehertz

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

Code PHP for registration page #53

Closed sskong0719 closed 1 year ago

sskong0719 commented 1 year ago

Task Tests

Test 1

  1. Connect computer to UB network / UB VPN if outside campus
  2. Go to webpage
  3. Click Registration to redirect to registration page
  4. Right on the page and click on inspect
  5. In the inspect tool, click on network
  6. Fill out the registration form (First name, last name, email, password, confirm password) and hit submit
  7. Verify there is a POST request

Test 2

  1. Only team h members have access to team h's database.
  2. Connect computer to UB network / UB VPN if outside campus
  3. Go to webpage
  4. Click Registration to redirect to registration page
  5. Fill out the registration form (First name, last name, email, password, confirm password) and hit submit
  6. Go to phpmyadmin
  7. Login with UBIT as username and Person# as password, choose oceanus.cse.buffalo.edu:3306 as server choice.
  8. On the navigation bar on the left, click on cse442_2023_spring_team_h_db to navigate to team's database
  9. Click on users under cse442_2023_spring_team_h_db
  10. Verify that the register info exist in the database.
ryanayam commented 1 year ago

There are no task tests for this task