ita-social-projects / EventsExpress

MIT License
19 stars 16 forks source link

Verify that fields 'Title' and 'Organizer name' on the 'Draft' page can not be edited entering invalid data #1386

Open Taisiia-Kalinichenko opened 2 years ago

Taisiia-Kalinichenko commented 2 years ago

Date Time 24-06-2022

Priority Medium

Description The test case verifies that User is not able to edit fields 'Title' and 'Organizer name' entering invalid data editing information of the event. A hint text is displayed about the allowed number of characters (min and max).

Pre-requisites Steps to be fulfilled before test:

  1. Move to Home page EventsExpress: https://eventsexpress-test.azurewebsites.net
  2. Event created by User10. Mandatory fields of event are filled: Start date, End date, Description, Time zone, Categories
  3. Authorize as User10
Test Cases S# Action Test Data Expected Result Actual Result P/F Automated
1 Click on the button 'Draft' on the menu on the left side of the page
'Draft' page is opened


2 Input too long data in the field 'Title' viverra vitae congue eu consequat ac felis donec et odio pellentesque diam volutpat commodo sed egest



3 Input too long data in the field 'Organizer name' viverra vitae congue eu consequat ac felis donec et odio pellentesque diam volutpat commodo sed egest



4 Сlick a button "Save"
Event does not updated. A hint text is displayed about the allowed number of characters (min and max)


5 Leave empty the field 'Title'




6 Leave empty the field 'Organizer name'




7 Сlick a button "Save"
Event does not updated. A hint text is displayed about the allowed number of characters (min and max)


Screenshots

image

Environment:

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