Chapter 7 Algorithm Design And Problem Solving: Unit 7.6: Test Data Flashcards

1
Q

Define set of test data.

A

All the items of data required to work through a solution.

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

Define normal data.

A

Should be used to work through the solution to find the actual result(s) and see if they are the same as the expected result(s).

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

Define abnormal data.

A

A set of test data to test if the solution can prove that they do not do what they’re supposed to do. Abnormal data is data selected that would be rejected by the solution if the solution is working properly.

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

Define extreme data.

A

When a certain range is given, extreme data are the largest and smallest values that normal data can take.

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

Define boundary data.

A

This is used to establish where the largest and smallest values in a range occur. At each boundary two values are required, one is accepted and one is rejected.

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