ita-social-projects / EventsExpress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verify that the user with role 'Participant' has the ability to switch between the tabs with different events' status

ButtOlga opened this issue · comments

Date Time
12-21-2022 11:40

Priority
High

Description
This test case verifies that the user with role 'Participant'has the ability to sweetch between events and the selected list is displayed.
Participant mode:
Finished events (The event that the user is joined and the event status is "Finished");
In-progress events (The event that the user is joined and the event status is "In-progress");
Future events (The event that the user is joined and the event status is "Future");
Bookmarked events (The event that the user bookmarked from the general events catalog (i.e. the bookmark attribute is true)).

Pre-requisites
Steps to be fulfilled before test:

  1. The user is registered and logged on a site (Username='User1',Password="Pass1"
  2. The user is on the "My Events" page
  3. The "Finished event" list contains 'Event1','Event2'
    The "In-progress event" list contains 'Event3','Event4'
    The "Future event" list contains 'Event5','Event6'
    The "Bookmarked event" contains 'Event7','Event8'
  4. The toggle on 'Participant' mode

Test Cases

S# Action Test Data Expected Result Actual Result P/F Automated
1
Click on"Finished events" list

The "Finished Events" list is displayed and contains 'Event1','Event2'



2
Click on "In-progress Events" list

The "In-progress events" list is displayed and contains 'Event3', 'Event4'



3
Click on "Future Events" list

The "Future Events list is displayed and contains 'Event5', 'Event6'



4
Click on "Bookmarked Events" list

The "Bookmarked Events" list is displsyed and contains 'Event7', 'Event8'

Screenshots
image
The list of events for participant mode
Environment:

  • OS: Windows 11 64
  • Browser chrome
  • Version 22621.819

Additional context
Add any other context about the test here.

User story links E.g.: "User story #1408 "

Labels to be added "Test case", Priority ("pri: "), Type ("UI, "Functional"), "API" .