Download pptx - Types of validation

Transcript
Page 1: Types of validation

Types of validationBy Paris Alderman

Page 2: Types of validation

Range check

Checks that a value is in a given range.

Page 3: Types of validation

Length check

Checks that a value has a certain maximum length.

Page 4: Types of validation

Lookup check

Checks that data takes one of a set of predefined values

Page 5: Types of validation

Presence check

Ensures that data is entered in to a field.

Page 6: Types of validation

Format check

Checks that individual characters within the data are valid.


Recommended