rajs2020
4 years agoFrequent Contributor
ReadyAPI - How to repeat failed API tests ?
When *some* API tests fail, then we repeat it (say 3 times) until it succeeds. Currently, we do this by putting a "repeat" script in the tear down script (tab) of every test suite which is prone to f...
- 4 years ago
Hi rajs2020,
We currently do not have a feature like that in ReadyAPI, indeed. However, there is the corresponding feature request in our DB, and I have increased its rating according to your message, thanks.
Using TearDown scripts to rerun failed tests sequentially or in parallel looks to be a good solution for now. For example, you can use a script from the Rerun failed test steps sample project available here:
https://staging-support.smartbear.com/readyapi/docs/samples/index.html