Project

General

Profile

Bug #1296

Updated by Lakshmi prasanna V 5 months ago

* Careers page    Apply Now section. Enter a valid name with less than 12 characters (e.g., Lakshmi, 7 characters).Fill all other required fields with valid data. Click Submit Application.  
 * The system A success message is displayed even though invalid data was entered, indicating the form was incorrectly displays a validation message, “Full name must be 12 characters or fewer.” accepted.  
 * Instead, the No error message Validation errors should appear because 7 characters satisfy a “12 characters or fewer” rule.  
 * If there is a minimum character requirement, be displayed, and the form should not be submitted. No success message should clearly state it (e.g., “Name must be at least 10 characters”). appear.

Back