Skip to content

Frontend TC106 ‐ Like Post

berat-yilmaz edited this page May 17, 2024 · 1 revision

Test Case ID: TC106

Description: Verify that the user can like a post.

Preconditions: User must have a registered account, must be already logged in and must have posts created before or follow another user with posts.

Test Steps

Step Description Expected Screenshot Actual Results Status
1 Navigate to feed Screen Shot 2024-05-17 at 18 05 34 - [ ] Pass
- [ ] Fail
- [ ] Aborted
2 Hover on the like icon Screen Shot 2024-05-17 at 18 06 07 - [ ] Pass
- [ ] Fail
- [ ] Aborted
3 Press the like icon Screen Shot 2024-05-17 at 18 06 19 - [ ] Pass
- [ ] Fail
- [ ] Aborted
4 Refresh the page Screen Shot 2024-05-17 at 18 17 20 - [ ] Pass
- [ ] Fail
- [ ] Aborted

Expected Results

  • Pressing on the like icon should immediately render the icon in filled red style and refreshing the page should retain the state of the like button. In case of a server-side or network issue, this may fail in which case the test should be repeated to see if it is a persistent issue. If it's persistent the test is failed.

Actual Results

Overall Status

  • Pass
  • Fail
Clone this wiki locally