tristaanogre
8 years agoEsteemed Contributor
Status:
Implemented
Enhance Keyword Test Try/Catch/Finally operations
In script code, there are two aspects of try/catch/finally logic that are missing in Keyword tests.
1) The ability to "throw" exceptions manually
2) The ability to include the contents of the exception (message, number, etc) in any logic within the catch block.
It would help make keyword tests a bit more usable for controlling test flow to have this ability within keyword tests.