Details
-
Suggestion
-
Resolution: Out of scope
-
P2: Important
-
4.4.3
-
None
Description
Please consider adding continue-on-error to QTest. Currently, it exits the test function and records a failure.
Continue-on-error helps identify multiple problems in one test run. While errors may cascade, it often reduces the number of iterations to a clean run.