Validation and Verification Flashcards
1
Q
Presence check
A
To make sure that a field is NOT left empty
2
Q
Type check
A
To make sure that the correct data type is entered
3
Q
Length check
A
To make sure that the data entered has the correct amount of characters
4
Q
Range check
A
To make sure that the data falls within a correct range
5
Q
Format check
A
To make sure that the data is in the correct format
6
Q
Name 3 advantages with these verification checks.
A
Robust
User friendly
Error free