What is the difference between extreme and erroneous data
Answers
Discussion
"A system has validation to ensure that only integers between 1 and 10 are entered as an input."
The extreme test data for this would be: 1,10 because they are at the boundaries of the accepted range.
erroneous data are the values that fall outside of what is accepted and is therefore rejected by the system.