Presence check
To make sure that a field is NOT left empty
Type check
To make sure that the correct data type is entered
Length check
To make sure that the data entered has the correct amount of characters
Range check
To make sure that the data falls within a correct range
Format check
To make sure that the data is in the correct format
Name 3 advantages with these verification checks.
Robust
User friendly
Error free