Quiz 2.3: Producing Robust Programs
Which type of program testing takes place during development?
Which type of test data is of the wrong data type?
Which type of input validation should be used to check a National Insurance number?
A system asks a user to enter a number between 1 and 100. Which of the following entries is erroneous?
What is the purpose of defensive design?
Which type of input validation should be used to check that an email address contains an @ symbol?
Which type of test data is outside the limits of valid data
In a try - except block, where should the code that may raise an exception be placed?
A system processes postcodes. What type of validation should be used?
What is sanitisation?