Frontend TC106 ‐ Like Post - bounswe/bounswe2024group4 GitHub Wiki
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 | - [ ] Pass- [ ] Fail- [ ] Aborted | ||
2 | Hover on the like icon | - [ ] Pass- [ ] Fail- [ ] Aborted | ||
3 | Press the like icon | - [ ] Pass- [ ] Fail- [ ] Aborted | ||
4 | Refresh the page | - [ ] 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