cse442-at-ub / project_s23-welovehertz

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

As a future resident, I want to be able to create an account, so I can be able to give my opinion on On/Off Campus Housing #35

Closed sskong0719 closed 1 year ago

sskong0719 commented 1 year ago

Acceptance Tests

Test 1

1) Open up the app on https://www-student.cse.buffalo.edu/CSE442-542/2023-Spring/cse-442h/ 2) Click on Register from the navigation bar 3) Verify that the sign-up button redirects to the sign-up page 4) Verify after entering the Registration page, Begin to create an account 5) Put your first name in the first name text box 6) Put your last name in the last name text box 7) Put your email in the email text box 8) Put your password in the password text box 9) Retype your password in the confirm password text box 10) After steps 5-9 are done, click the Register button 11) Verify that after clicking the Registerbutton, "Account Creation Success!" prints under the Register button

Test 2 1) Open up the app on https://www-student.cse.buffalo.edu/CSE442-542/2023-Spring/cse-442h/ 2) Click on Login on the navigation bar 3) Put my account credentials that the user just made 4) Verify that "Login Success" was prompted after logging in 5) Verify that once logging in, the user was redirected to the homepage

Test 3 1) Open up the app on https://www-student.cse.buffalo.edu/CSE442-542/2023-Spring/cse-442h/ 2) Click on Login on the navigation bar 3) Put my account credentials that the user just made 4) If the Password/Username was incorrect 5) Verify that Login Error was prompted

ryanayam commented 1 year ago

Please add more tests to this, there should also be tests for logging in, what happens when the login fails, etc.

Moving back to testing.

also no one is assigned to this user story...

alin82 commented 1 year ago

Moving to Sprint 3 because login verification still needs debugging.