Project

General

Profile

Bug #220

Updated by Mihaila Boshkovska over 2 years ago

The "Name" field in the creation form for "Users" allows user to input less than 3 characters , even it should have a minimum limit of 3characters as specified in the requirements. 
 *Steps to reproduce* produce* 
 1.Navigate to URL https://qainterrapt.brainster.xyz/login   
 2.Enter valid email and password 
 3.Open the "User" dashboard 
 4.Open the " Create" form 
 5.Enter less than 3 characters into "Name" field 
 6.Enter valid values in all other fields  
 7.Click on the "Create" button 

 *Expected results* 
 The system should displayed a error massage indicating that the " Name" filed has a minimum limit of 3 characters . the user should be not able to proceed until the input within the specified limit. 
 *Actual results* 
 The system allows the user to input    less than 3 characters in the "Name" field without displaying any validation error message . The " User " is successfully created. 

Back