Following OutSystem's documentation for BDD testing, I was expecting that, when an unhandled exception occurs, the scenario's execution will stop and an orange indicator would appear. But instead, no indicator is shown and the scenario continues to the next steps.
Am I doing something wrong?
Thank you.
Hi Deepa,
Currently you are not handling your exception. You must add an exception handler and set the abort transaction to true to stop the execution on the server side. To show a feedback message to the user, you need to add a message on the client side.
Kind Regards,
Tami