22
Views
1
Comments
Solved
[BDD Reactive  Client side templates.] Unhandled exceptions do not stop scenario's execution
bdd-reactive-client-side-templates
Reactive icon
Forge asset by Deepa Tiwari
Application Type
Reactive
Service Studio Version
11.54.14 (Build 62552)

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.

2025-11-25 13-20-12
Tamirys Silva Barina
Solution

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.