Can I have some guidance on how to perform load testing by sending multiple POST API calls within a stipulated time frame n Insomnia. To achieve this, I have to POST the API calls in a for loop going from 0 to 500 in a span of 5 sec. What can I do to implement this ?
Asked
Active
Viewed 3,294 times