Exception handling in desktop application automation
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023
03:15 AM
03-20-2023
03:15 AM
Exception handling in desktop application automation
How to implement exception handling in test complete for automation of desktop application?
By that I mean what all things I should consider to implement it
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023
03:22 AM
03-20-2023
03:22 AM
See https://www.javatpoint.com/exception-handling-in-javascript and https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Control_flow_and_error_handling to get a rough idea.
I test a web application, and the only time I use exception handling is when I connect to a database to perform certain actions before running the automation.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023
12:20 AM
03-21-2023
12:20 AM
How about handling the known exception like unexpectedwindow , timeout using events?
My major concerned is finding the appropriate approach
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023
02:30 AM
