Skip to content

Acceptance Tests

Xiuhong (Jimmy) Bai edited this page Apr 9, 2020 · 2 revisions

Story 1: The feature of posting a picture can be accepted once the user:

  • Registers an account
  • Logs in with the account
  • Clicks a "New Post" button on the top of the page
  • Types a title and a caption
  • Uploads a picture with the .jpg format
  • Clicks the "Post Photo" button
  • Is able to delete their own post

Story 2: The feature of following a user can be accepted once the user:

  • Registers an account
  • Logs in with the account
  • Clicks on another user's profile name
  • Clicks on the "Follow" button to follow a user
  • Clicks on the "Unfollow" button to unfollow a user
  • Has their feed only show followed user's posts
  • Is able to search for other user's account page

Story 3: The feature of commenting on a post can be accepted once the user:

  • Registers an account
  • Logs in with the account
  • Clicks on the title of a post
  • Clicks on the "Add Comment" button
  • Types a comment
  • Clicks the "Post Comment" button

Story 4: The feature to update an account's information can be accepted once the user:

  • Registers an account
  • Logs in with the account
  • Clicks a "Account" button on the top of the page
  • Can update their username to a different name
  • Can change the default Pix picture to a custom picture
  • Clicks the "Update" button