ita-social-projects / EventsExpress

MIT License
19 stars 16 forks source link

Verify that in the "Participant" mode, the events are displayed in the correct event lists according to the current date #1432

Open RomanANed opened 1 year ago

RomanANed commented 1 year ago

Date Time 12-20-2022 21:50

Priority High

Description This test case verifies the every of events lists contained the events that according to their date. The system has the function of automatic distribution of events between deposits according to the following principle:

Pre-requisites 1.The user is logged on a site (username = 'Roman', password = qwerty');

  1. The Event page is open in browser;
  2. The "Event1", "Event2", "Event3" and Event4" has been created on a site;
  3. The system has the function of matching the date of the event with the current date with an accuracy of one second and automatically distributes existing events by event tabs;
  4. The Participant mode is turned on by default.
Test Cases S# Action Test Data Expected Result Actual Result P/F Automated
1.
Click on Finished events tab

1. The Finished events tab has been selected and a list of completed events is displayed on the Events List page.



2.
Verify that is the time of the events is < than current date

2. The time of the events is< than current date



3.
Click on In-progress events tab

3. The In-progress events tab has been selected and a list of in-progress events is displayed on Events List page.



4.
Verify that time of the event occurs now

4. The time of the event occurs now



5.
Click on Future events tab

5. The Future events tab has been selected and a list of future events is displayed on Events List page.



6.
Verify that is the time of the events is > than current date

6. The time of the events is > than current date.



Screenshots

Environment:

Additional context None.

"User story #1403 "