Type of Test Data Flashcards

(8 cards)

1
Q

What is Normal Data?

A

Data that precisely fits the criteria for a valid promotional code

Example: A1B2C3D4 (A code that meets the 8-character alphanumeric requirement)

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

What is Abnormal Data?

A

Data that does not meet the criteria and should be rejected by the input validation

Examples: XYZ (Too short), 1234567890 (Too long), !?#& (Non-alphanumeric characters)

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

What is Extreme Data?

A

The largest or smallest data values that are still within the valid range and should be accepted

Example: A1B2C3D4 (Exactly 8 characters, testing the upper limit if 8 is the maximum)

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

What is Boundary Data?

A

Data values that are on the edge of being valid or invalid to test the system’s handling of input limits

Examples: 1234567A (Just at the lower boundary) and A12345678 (Just over the upper boundary)

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

Fill in the blank: Normal Data is data that precisely fits the criteria for a valid _______.

A

promotional code

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

True or False: Abnormal Data should be accepted by the input validation.

A

False

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

Fill in the blank: Extreme Data tests the _______ limit of valid data.

A

upper

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

True or False: Boundary Data is used to test the system’s handling of input limits.

A

True

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