I have to run script for 5 users with requests for each user set to “Forever”
However I want to introduce a wait time in each thread depending upon output from another request. How can that be achieved
I have to run script for 5 users with requests for each user set to “Forever”
However I want to introduce a wait time in each thread depending upon output from another request. How can that be achieved