Forum Discussion
Marsha_R
6 years agoModerator
Seems like you could use try/catch inside your data driven loop for this. If an error happens, use the catch to log it and then do nothing else so you fall through to the next iteration of the data.
- fm286 years agoNew Contributor
I tried the try/catch, but it's specified it doesn't work with this error type (They do not handle errors that are posted to the test log by TestComplete test objects, methods and properties, like “Object not found”, “Object does not support this property or method” and the like. To handle these errors, create an event handler for the OnLogError event
I tried the OnLogError with no results
Related Content
- 7 years ago
- 5 years ago
Recent Discussions
- 2 hours ago