ita-social-projects / EventsExpress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verify that user with role 'Creator' is able to switch between the tabs of events with different status

ButtOlga opened this issue · comments

Date Time
12-21-2022 13:20

Priority
High

Description
This test case verifies that the user with 'Creator' role can switch between the events and the selected list is displayed.
Creator mode:
Finished events (The event in which user is creator and the event status is "Finished");
In-progress events (The event in which user is creator and the event status is "In-progress");
Future events (The event in which user is creator and the event status is "Future");
Drafts (The event that has not been published by creator and is on the editing stage).

Pre-requisites
Steps to be fulfilled before test:

  1. The user is registered amd logged on a site(Username="User1",Password="Pass1")
  2. The user is on the "My Events" page
  3. The "Finished Event" list cotains 'Event1','Event2'
    The "In-progress" list contains 'Event3','Event4'
    The "Future Event" list contains ' Event5','Event6'
    The "Drafts" list contains 'Event7','Event8'
  4. The toggle is on 'Creator' 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 "Dreafts" list

The "Drafts" list is displayed and contains 'Event7','Event8'










Screenshots
image

Environment:

  • OS: Windows11 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 ("High "), Type ( "Functional"), "API" .