Hi,
I've noticed that when I use a Mock TestStep inside a TestCase, and a Script Assertion inside that Mock TestStep fails, the whole TestCase is still marked as PASSED.
Expected behavior:
If a Script Assertion fails inside MockTestStep, the TestCase should be marked as FAILED.
Actual behavior:
The Script Assertion error in the Mock TestStep appears in the log, but the TestCase status remains PASSED.
Additional note:
When Script Assertion is used inside a regular Request TestStep, the behavior is correct — the TestCase is marked as FAILED.

Hi,
I've noticed that when I use a Mock TestStep inside a TestCase, and a Script Assertion inside that Mock TestStep fails, the whole TestCase is still marked as PASSED.
Expected behavior:
If a Script Assertion fails inside MockTestStep, the TestCase should be marked as FAILED.
Actual behavior:
The Script Assertion error in the Mock TestStep appears in the log, but the TestCase status remains PASSED.
Additional note:
When Script Assertion is used inside a regular Request TestStep, the behavior is correct — the TestCase is marked as FAILED.