Make sure that the following need is covered in the requirement/requirement description.
When there is an input error, the error message must include the name of the field where the error occurred.
If error message is too generic and do not specify the field, it can make it harder for people with cognitive disabilities to understand and fix the issue.
Error messages like:
- “This field cannot be empty”
- "Enter value greater than 18"
do not clearly indicate which field has the error.
Error messages should clearly mention the field name, for example:
- "Last name cannot be empty"
- "Age can not be less than 18"
Make sure that the following need is covered in the requirement/requirement description.
When there is an input error, the error message must include the name of the field where the error occurred.
If error message is too generic and do not specify the field, it can make it harder for people with cognitive disabilities to understand and fix the issue.
Error messages like:
do not clearly indicate which field has the error.
Error messages should clearly mention the field name, for example: