Project

General

Profile

Bug #3032

Updated by Viktorija S 7 months ago

The system allows an administrator to register an attendee using an obviously invalid email address such as a word with the special character @    and one or more characters for and after the character @. This email does not conform to standard email formatting rules. No validation is performed to check the correctness of the email format, which results in the system accepting and saving invalid data. This can lead to issues with email delivery, such as missed webinar invitations or confirmations. 

 *Environment* 
 OS Windows 10 Pro 
 Google Chrome Version 137.0.7151.56 (Offizieller Build) (64-Bit) 
 https://qainterrapt.brainster.xyz/attendees/create 

 *Pre-conditions* 
 User must be logged in as admin 

 *Steps to reproduce* 
 # Navigate to the    'Attendees' page 
 # Fill in the 'Name' field with valid data 
 # Fill in the 'Surname' field with valid data 
 # Fill in the 'Email' field with invalid data 
 # Fill in the 'Phone' field with valid data 
 # Fill in the 'City' field with valid data 
 # Fill in the 'High School' field with valid data 
 # Fill in the 'Faculty' field with valid data 
 # Select a webinar from the 'Webinar' drop-down menu  
 # Click    the 'CREATE' button 
 # Observe 

 *Expected Result* 
 The attendee should not be created and an error message 'The Email field is required.' should be displayed in red letters. 

 *Actual Result* 
 The system accepts the invalid email format a@a and successfully registers the attendee.

Back