Thursday 16 June 2022

Run the multiple request from POSTMAN for checking the performance

 We want to try if the target system is getting timeout if there are parallel calls or multiple request hitting at the same time. Based on that we need to limit the frequency of interface trigger in SAP CI.

1. Go to Postman - create the collection and then create the request under the collection.

 2. Once after filling all the details in the request, like authentication, URL, request data for POST call.

3. Save this request.

4. Right click on the collection and select run collection.

5. Select the request which you want to run multiple times with entering iterations(no of times trigger to happen) , if we want a delay between these request we can add it.

6. Click on Run.


Hope this helps.





No comments:

Post a Comment