Forum Discussion

MattS's avatar
MattS
Occasional Contributor
11 months ago
Solved

Catch fail in keyword Execution

I am attempting to take a list tests that have been created, loop through it, catching any that fail to be logged in a report at the end.    When I execute the loop:   Try{ run KeywordTest} catc...
  • rraghvani's avatar
    11 months ago

    The alternative options are to build your own exception handling system, to deal with the appropriate exceptions that you throw - not so easy!

     

    If you have a project suite, with many projects and tests, I find using the project settings, continue running on error, works fine.