• Home
  • Search Tags
  • About

validation

Topics related to validation:

Getting started with validation

Validation is the process of validating/verifying the user entries against some criteria.

The main purpose is to ensure that the user entries are matching with the policy of the system.

For example, if a site allow visitors below an age of 50, then the validation to ensure the user entered age is less than 50 should be done.

Related : Validation - Wikipedia

Content on the page is taken from Stack Overflow Documentation

This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service