Skip to content

Commit

Permalink
Update testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justinnguyen0 authored Dec 15, 2023
1 parent b4ca888 commit cba344e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions documentation/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,35 @@ Here is a list of standards that we try to adhere to when creating tests:

## Manual Testing

### Creating an account

### Logging into an account

### Logging out of an account

### Home page

1. After creating an account/logging in, you should be redirected to the home page. On the left hand side, there should be different sections: `Latest`, `Notifications`, `Messages`, `Compose`, `My Posts`, `Prefs`, and `Bugs & Issues`. The default section that is selected should be `Latest`.
![Screenshot 2023-12-14 at 8 08 53 PM](https://github.com/CSE-210-Team-6/shuttlecraft/assets/52771821/f4461699-e8f0-46a2-91fc-880d6eb2c7be)

### Following a person

1. On the left hand side, there is an input box underneath `find a person`. Search for the person you would like to follow by entering their `username@domain`.

![Screenshot 2023-12-14 at 8 10 09 PM](https://github.com/CSE-210-Team-6/shuttlecraft/assets/52771821/4f22e2d1-9441-410d-9897-4d63b2b3404a)
2. Click the `Enter` key on your keyboard to execute the search.
3. If the person you are searching for exists, they will show up in the list of results. Click on the person that you would like to follow from the results.
4. Click on the green `Follow` button on the person's profile.
5. Refresh the page.
6. You should see the person you just followed on the left hand side.

### Unfollowing a person

1. On the left hand side, click on the person that you would like to unfollow.
2. Click on the green `Unfollow` button on the person's profile.
3. Refresh the page.
4. You should no longer see the person you unfollowed on the left hand side.

1. Remix the project on Glitch.
2. Set the environment variable in .env file.
3. Enter your domain in the browser, you can see your public homepage and add /private at the end you can see your private homepage.
Expand Down

0 comments on commit cba344e

Please sign in to comment.