Suitable test data Flashcards
What is the purpose of testing with no data?
To check the special case of no data being entered
What is erroneous data?
Data of the incorrect type should be rejected by a computer system.
What is invalid data?
Data of the correct type but outside accepted validation limits.
What is normal data?
Data which should be accepted by a program without causing errors.
What is boundary data?
Data of the correct type which is on the edge of accepted validation limits.
Give examples of test data for a car park ticket machine.
30-minute parking. 1-hour parking. 1 hour 30 minutes parking. Sunday parking. Evening parking past 7 pm. Parking before 9 am. Parking after 9 am. Parking during invalid open hours.