Podcast
Questions and Answers
When evaluating error handling, which of the following errors should not be tested?
When evaluating error handling, which of the following errors should not be tested?
- Error noted does not correspond to error encountered
- Error condition causes system intervention prior to error handling
- Error description is unintelligible
- Error description provide enough information to assist in the location of the cause of the error (correct)
What type of error should be avoided when testing error handling?
What type of error should be avoided when testing error handling?
- Errors with clear and informative descriptions
- Logical errors in the code
- Errors that correspond to the error encountered
- Errors that cause system intervention before error handling (correct)
Which type of error description is undesirable for evaluating error handling?
Which type of error description is undesirable for evaluating error handling?
- Unintelligible error description
- Error description corresponding to the encountered error
- Error description with detailed analysis of the error
- Error description providing location of the cause (correct)