Define field-level validation and form-level validation. Field- level validation ensures that the value entered in the field as a whole in accordance with the requirement of the application. If it is not in accordance the user can be alerted.
Form-level validation is the process of validating all the fields on a form at once. It is usually called when the user is ready to proceed to another step.
|