Project

General

Profile

Improvement #322

Updated by Kiriana Stojanovski over 2 years ago

Input validations should also be on the client side (as the user changes the field), giving the user immediate feedback. This will help the user catch common errors and correct them in real-time before submitting the form. 

 *Steps:* 
 1. Navigate to https://qainterrapt.brainster.xyz/login 
 2. Enter an improperly formatted data into the "Email" input field. 
 3. Click anywhere aside from Switch the ""Email" field, by clicking on the "Password" input field. 

 *Expected result:* 
 The validation error message should be displayed immediately after the user switches the field. The message should indicate the user how should correct the input. 

 *Actual result:* 
 The validation error messages are displayed after submitting the form. 

 *Component:*  
 Login form

Back