2.3- test data Flashcards
1
Q
What is normal data?
A
things that a user is likely to put into a program
2
Q
what is boundary data?
A
values to see at the limit of what the program should be able to handle
3
Q
what is invalid data?
A
inputs with the correct data type that should be rejected by the program
4
Q
what is erroneous data?
A
inputs with the incorrect data type that should be rejected by the program