QuestionQ27
DebuggingIn test automation, what is the recommended approach for handling errors at various stages of the testing process to avoid failed results?
- A Implement an automatic error skipping mechanism to continue the test execution seamlessly.
- B Rely on extensive manual intervention and debugging after each error occurrence.
- C Use programming constructs such as ‘Try-Catch’ to suppress all errors and allow the test to run end-to-end without interruptions.
- D Plan for recovery or retry for errors at different stages.
Community Discussion