Unanswered question

Try...Catch not working for assertion failure

Hi,
I've noticed that the Try-Catch mechanism isn't working if an assertion fails. I'm currently using version 5.0.4

My runtime parameters are set to do nothing for both error and assertion failure. I have a Try-Catch where my complete script is in the try.
I would expect the catch is being called upon both for errors and assertions failures.

I don't want to set the runtime parameters to go to the next iteration because the pacing then seems to be skipped

Sander V.
Sander V.

Sander V.

Level
0
63 / 100
points

Answers

Sander V.
Sander V.

Sander V.

Level
0
63 / 100
points

Nevermind, I missed a setting in the Try where you can enable Catch assertions, which by default is disabled.