What is a Range check?
(a) Check that the input does not exceed some maximum size e.g. 40 characters for a name
(b) Check that the input falls within a known range
(c) Use information about the input to check if it is reasonable rather than an extreme value
(d) None of the mentioned
The question was posed to me in a job interview.
My question is from Dependability Engineering in portion Dependability and Security of Software Engineering