Project

General

Profile

Bug #3074

Updated by Jane G 7 months ago

User can create an Attendee with data that does not match the given requirments. The 'Name' field should accept: Alphabetic characters (both, Latin and Cyrillic), all letter cases 
 (lower and upper), special characters (only “-”, and “ . ”) and spaces. It should be minimum 
 3 and maximum 25 characters in length. 

 *Environment* 
 iPhone 13, iOS 17.1.1 
 https://qainterrapt.brainster.xyz/login 

 *Pre-conditions* 
 # The user must be logged in 
 # The user must be navigated to the 'Attendees' menu 

 *Steps to reproduce* 
 # Log in to the system 
 # Access the 'Attendees' page via the navigation menu 
 # Click on the 'Create' button 
 # Fill in the 'Name' field with data(e.g.raspukalasarplaninaaaaaaaaaaa, Jane$$$, Gorg@@@, 测试已成为强制性) 
 # Click on the 'Create' button 
 # Navigate back to the 'Attendees' page 
 # Search the created attendee via the 'Search' bar 
 # Observe if the tag is created 

 *Expected result* 
 The Attendee should not be created and a message should be shown that the 'Name' field is required in red letters 

 *Actual result* 
 The system allows the tags to be created without any restrictions and error messages

Back