Project

General

Profile

Bug #3042

Updated by Damjan A 7 months ago

The application allows an admin user to register a new attendee using a name that contains invalid characters (e.g., @, #, 123, !, etc.) in the 'Name' field. There is no input validation in place to restrict or notify the user about unacceptable characters.  

 *Environment* *Enviorment* 
 'Google Chrome' (137.0.7151.69 (Official Build) (64-bit) 
 System : Windows 11 
 https://qainterrapt.brainster.xyz/login 

 *Precondition* 
 The user must be logged in as an admin 

 *Steps to reproduce* 
 # Navigate and click on to the 'Attendees' in Menu  
 # Click on the 'CREATE' button in the top right corner 
 # Enter invalid name in the 'Name' field 
 # Enter valid surname in the 'Surname' field 
 # Enter valid email in the 'Email' field 
 # Enter valid phone number in the 'Phone' field 
 # Enter valid City in the 'City' field 
 # Enter valid High School in the 'High School' field 
 # Enter valid Faculty in the 'Faculty' field 
 # Select Webinar from the drop-down menu 
 # Click on the 'CREATE' button menu 

 *Expected Result* 
 Attendee should not be created createrd and a message should be shown that the name field is 
 required in red letters. 

 *Actual Result* 
 Attendee is created successfully succesfully with invalid characters chacacters in the 'Name' field. 

Back