Test Data Flashcards

1
Q

Normal Data

A

Is a valid data that the code would expect to accept.

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

Extreme Data

A

Also valid data, but the data used is at the boundary of what should be accepted.

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

Invalid(errorneous) Data

A

Is data that the code should not accept.

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

Validation

A

A check to make sure data is sensible and possible.

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

Verification

A

A check to see if the data entered is correct.

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

Validation check types:

A
Range check
Presence check 
Type check
Look up
Length check 
Format check
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Range check

A

Data entered must be numerical data in a range.

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

Presence check

A

Makes sure that a field has data entered in it.

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

Type check

A

Only a certain type of data can be entered.

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

Look up

A

Providing a user with a drop-down list to select data.

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

Length check

A

Data entered has to a certain number of characters.

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

Format check

A

Specifics that data entered has to confirm a specific format.

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

Verification methods:

A
  • double entry
  • twin entry
  • proofreading
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Double entry

A

The user enters the data twice.

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

Twin entry

A

Two users enter the same data separately.

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

Proofreading

A

One user enters the data and the second user reads it.