Quiz 2.3: Producing Robust Programs
Which type of test data is outside the limits of valid data
What is sanitisation?
Which type of error does not crash the program, but produces unexpected results?
Which type of testing takes place when all components are completed?
In a web form, what input validation technique can help prevent SQL injection attacks?
When should comments not be added to code?
What is the purpose of defensive design?
Which type of program testing takes place during development?
Which type of input validation checks if the entered data is a valid date, email address, or phone number?
What is meant by code maintainability?