
Exception Handling - An Art to Master
Whenever I was given a framework to assess candidates – I first see how the developer/automation tester has handled exceptions in the framework. If you are someone who throws exceptions to the caller or adds try/catch blocks to calm down the annoying IDE warnings – you should definitely watch this course. There are a lot of intricacies like Run Time Exceptions, Custom Exceptions, Try with resources construct, how exceptions are thrown to the caller, Top-level logging, Bottom Level Logging, Medium Level Logging, and their usages in Test Automation were discussed in detail