Story #5 Member Sign Up Information Update | User and Technical Documentation - cseseniordesign/reservations GitHub Wiki
End User Documentation
Dev Testing Instructions
Make sure you are on the most recent version of the Development branch.
Start your dev environment.
Navigate to /new_members/
Choose a new member orientation to sign up for
Fill out the form and verify that the fields of first name, last name, email, and university status exist.
After submitting the form, verify that the user you created is in the database along with an auto populated username based on the first initial of their first name, first 5 letters of their last name, and a number starting at 2 and counting up for each additional duplicate username.
Attempt to create another user with the same name and verify that their auto generated username has a number appended onto the end, starting at 2 and increasing chronologically.
Ensure there are no errors in the console throughout your testing and that the page is still responsive on all screen sizes.