Forum Discussion
ringraham
10 years agoContributor
While both answers could possibly work, I was hoping for something in code that would allow one to catch an error, such as:
try{
...
}
catch (Exception e)
{
... (ignore error)
}
Most languages have such a construct to catch ANY exception. Is there no such thing in TestCompletes scripting language?