Project

General

Profile

Bug #1222

Updated by Aleksandar Jovanovski over 2 years ago

The "Name" field is accepting invalid input , it allows input values that are less than 3 characters, more than 24 characters, and input containing special symbols which witch are not allowed. 

 Steps to Reproduce: 
 1.Navigate to https://qainterrapt.brainster.xyz/users/create 
 2.In the "name" field enter :  
 -Name with less 2.Enter string lower than 3 characters (example :AN) inside "name" field 
 -Name with more 2.1 Enter string higher than 24 characters (example : Brainstersfotwaretestingacademy) character inside "name" field 
 -Name containing 2.2 Enter not allowed special characters (exemple : @#^&*) symbols inside "name" field 
 3.Fill in all other fields with valid data 
 4.Click on "create" button 3.Observe the "Name" Field 

 Expected results :"Name" field should accept input length between 3 and 24 characters , and should not accept special symbols or (@#$%^) characters that are not allowed dispaying    message "field is required" in red letters. 
 Actual results: Input field accept input length lower than 3 and more than 24 characters with special symbols that are not allowed

Back