gourab
7 years agoNew Contributor
Run Concurrent Requests
Hi,
I am using Ready Api 1.9. I have a requirement to run concurrent requests (POST, PUT, GET) as a part of same test case. I am able to do it if the requests are separate test cases and run them in paralel.
But to run in single test case I tried using multi threading concepts in groovy but didnt work out.
Any custom scripts to do the above?
Thanks