Quiz 2.3: Producing Robust Programs
Which type of test data is at the extreme ends of a range of acceptable data?
When user input fails a validation check, what should be included in the failure message?
Which type of error is caused by misspelling a variable name?
Which type of input validation checks if the entered data is a valid date, email address, or phone number?
What term describes the process of checking input data to ensure it falls within acceptable ranges or formats?
Which of the following is not good practice for code maintainability?
A user enters their age as "potato". What type of data has been entered?
What is the purpose of defensive design?
What is sanitisation?
Which type of error is caused by forgetting to close parenthesis?