Hi friends, I’m having an issue running TestCase’s in Orchestrator.
My problem is that the Test Excecution always shows “Passed” in Orchestrator even though the Verify activity clearly says “Failed with exception: Verification failed. The expression ‘TestException == null’ returned ‘False’” in the logs.
I am using the UiPath Test Automation Framework. My tests are using the Test Execution Template in the framework.
EDIT: I have also created a Simple TestCase that only includes one Activity: Verify Expression = False. This Test also shows as “Passed” when running it from Orchestrator, but the log says “Verification failed”. This test does not use an Execution Template.
But if I in the “…Then” section of my TestCase adds an Throw activity to throw an exception, then the test will fail in Orchestrator.


When I remove the Throw then the test run in Orchestrator is again marked as “Passed”.
I have tried setting the “Continue on failure” attribute to False, but alas: no change.
Anyone know what the issue can be? How exactly is this supposed to work? I would expect the test in Orchestrator to show “Failed” if one of the verifications in a Testcase returns false, but that is not happening. Or am I misunderstanding something?
Thank you.