Thanks again for the good suggestion. We added this feature in V5.3.17.
Now you can use Store | true | !GLOBAL_TESTSUITE_STOP_ON_ERROR
to tell UI Vision to stop the test suite execution after an error. The default settings is “false”, so by default the RPA software continues to run all tests.
Note that !GLOBAL_TESTSUITE_STOP_ON_ERROR is a global variable, so you only need to set it in one of the macros of your test suite! Typically, of course, you would use it in the first macro.