Project

General

Profile

Bug #1436

Updated by Tamara Dimitrovska over 2 years ago

Name field is able to accept more than maximum 25 characters in length, allowing the user to create User despite the use of unsupported length characters 

 Steps to reproduce: 
 1.User should be logged in 
 2.Navigate to https://qainterrapt.brainster.xyz/users/create 
 3.Fill the 'Name' field 
 4.Fill the mandatory fields with valid credentials 
 5.Click on the 'Create' button 

 Test Data: 
 3.1234567891010987654321123456789 

 Expected result: 
 The 'Name' field should restrict users from creating an attendee if the 'Name' field contains more than 25 characters. 

 Actual result: 
 Despite entering unsupported length characters in the 'Name' field, the system allows the user to create a user. an attendee. 

 Browser: Brave Version 1.58.124 Chromium: 117.0.5938.62 
 OS: Windows 10 Enterprise LTSC

Back