Frontend TC110 ‐ Search - bounswe/bounswe2024group4 GitHub Wiki

Test Case ID: TC110

Description: Verify that the user can search for teams, players, users and posts.

Preconditions: User must be logged into the application.

Test Steps

Step Description Expected Screenshot Actual Results Status
1 Log in to your account and navigate anywhere, for example feed image1 - [ ] Pass- [ ] Fail- [ ] Aborted
2 Enter a team name (e.g., "Lakers") to the search bar in navbar and click the search icon image2 - [ ] Pass- [ ] Fail- [ ] Aborted
3 Verify that the search results display teams, players, users and posts related to the query image3 - [ ] Pass- [ ] Fail- [ ] Aborted
4 Click "Go to Team Page" on a team result to navigate to the team details page image4 - [ ] Pass- [ ] Fail- [ ] Aborted
5 Enter a player name (e.g., "Kyrie") to the search bar in navbar and click the search icon image5 - [ ] Pass- [ ] Fail- [ ] Aborted
6 Verify that the search results display teams, players, users and posts related to the query image6 - [ ] Pass- [ ] Fail- [ ] Aborted
7 Click "Go to Player Page" on a player result to navigate to the player details page image7 - [ ] Pass- [ ] Fail- [ ] Aborted

Expected Results

  • User should see search results categorized into teams, players, users and posts based on the query.
  • User should be able to navigate to the details page of a team and player by clicking on the respective result.

Actual Results

Overall Status

  • Pass
  • Fail