Forum Discussion

kenny_trytek's avatar
kenny_trytek
Occasional Contributor
14 years ago

Retrieve Error Message in Keyword Test Try...Catch Block

I understand that inside scripts, exceptions can be caught using try {   //code here } catch (exception) { Log.Error(exception.message)} However, because I am testing a Flex a...