Solved
Forum Discussion
nmrao
2 years agoCommunity Hero
If I understand right, LukaszK is trying to do some load test or repeat the test n times? If so, Load Test is what your need in this case. No change is required to the test case.
Just add load test to your test case by right click menu and. use simple strategy with single thread for N times. Then run the load test of your test case.
Please see the documentation here
https://support.smartbear.com/readyapi/docs/performance/intro/about.html
NOTE: Assuming that the same data from your data source can be repeated N times and services do not throw any error.