What is normal test data?
A set of test data used together with the results expected.
Used to test that normal data is accepted and processed correctly
What is erroneous/ abnormal data?
Test data that should be rejected as the values are not suitable. Used to test that erroneous data is rejected
What is extreme data?
Data that is at the maximum or minimum end of a range and should be accepted
What is boundary data?
Used to establish where the largest and smallest values occur.
Example of boundary data
E.g. for percentage marks ranging from 0 to 100, the boundary data for 0 is -1, 0.
-1 should be rejected.