Lagencie
7 years agoFrequent Contributor
Run failed Tests again
Is there a function or whatever, to run all failed tests from a log again?
Or create a new testrun with the failed tests in a simple and fast way?
Some time ago I implemented such a feature and wrote a blog post on how I did it.
You can find the post here
https://alpaev.com/testcomplete-rerun-failed-tests/
It is in Russian, but I think you can use google translate to get an English version.
General idea is to add each test with an error to the list (batch-file in my case) and run them all after the main set is finished.