Forum Discussion
npaisley
Staff
4 years agoHi lydincamilleri!
One solution here would be to setup the 'On error' parameter for your tests to 'Stop and rerun current item'. This way whenever an error occurs TestComplete will rerun any tests that fail. You can even specify how many times you would like to rerun a failed test.
This can be altered from the Execution plan for each test, or within the Project properties as well.
From Project properties;
npaisley_0-1653570588625.png
From the Execution Plan;
npaisley_1-1653570611726.png
Here is our document that outlines controlling your test flow within TC;
https://support.smartbear.com/testcomplete/docs/testing-with/running/control-test-flow/overview.html
I hope this helps!