ita-social-projects / EventsExpress

MIT License
19 stars 16 forks source link

Verify that the user is able to filter events by age #1425

Open martafedori opened 1 year ago

martafedori commented 1 year ago

Date Time 20-12-2022

Priority Medium

Description This test case verifies that the user is able to filter events by age and can select desire age constraint

Pre-requisites

  1. Move to https://eventsexpress-test.azurewebsites.net/
  2. The user is logged on a system (Username = 'User1', Password = 'Pass1')
  3. The user is on the "My Events" page
  4. Database contains a list of published events "Goverla"
Test Cases S# Action Test Data Expected Result Actual Result P/F Automated
1 Click the 'Filters' button in the top right corner
The modal window with filters is opened


2 Verify that the "Age" filter is displayed
The "Age" filter is displayed


3 Click the "Age" dropdown menu
The "Age" check box list is opened with "With children" and "Only adult"


4 Check the ''With children" check box
The "With Children" check box is checked


5 Click the "APPLY" button
Events are displayed based on 'Age' filter criteria


6 Click the "RESET" button
The checkbox's value is cleared


Screenshots image

Environment:

Additional context Add any other context about the test here.

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

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