Validation Checks Flashcards

1
Q

Range

A

The input must fall within a specified upper and lower bound, this could apply to characters but usually is numbers & dates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Length

A

The input must be above or below a certain number of characters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Format

A

Data must be in the correct format eg. DD/MM/YYYY

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Presence

A

A data value must be entered ie that field can’t be left blank

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Type

A

Data must be of a specified data type eg has to be an integer or string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Validation

A

Automatic check used to test if data entered is usable / reasonable - this is a computer check only

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Verification

A

Used to test if the data input is the same as the data that was intended to be input - this can be a computerised check but can also be a human check HAS TO MATCH THE SOURCE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly