Throw within Test Case

Hi all,

Currently we are working on test automation with UiPath Test Suite. However, we run into the error that the test run with data variations stops whenever it runs into a ‘throw’ activity.
Is there a way so that the test robot still continues after it has run into a throw activity? Ideally, we would want that the robot continues as the throw activity is an expected error in our flow. Now, we have to copy the .xaml-workflow, delete the throw activities and then run the test case with data variations.

Anyone on the forum has any ideas on how to fix this/knows if there is a possibility for a workaround?

Thanks in advance!

@tim.van.lokven1,

Deselect the Continue On Exception option from Debug menu before starting to debug your test.

It’s one time thing. Once deselected your execution will not be halted .

Thanks,
Ashok :slight_smile: