03c - Validation Checks Flashcards
1
Q
Define a presence check.
A
Ensures that data has been entered into a field.
2
Q
Define a length check.
A
Ensures that data entered has the correct number of characters or doesn’t exceed a certain number of characters.
3
Q
Define a type check.
A
Ensures that data entered is of the correct type.
4
Q
Define a format check.
A
Ensures data entered is of an exact format, possibly matching an input mask.
5
Q
Define a range check.
A
Ensures that entered data is within an acceptable range.