Tag: load-testing
-
Artillery Load Testing: How to Capture, Store, Log ‘requestId’ from Received Response and Pass it in Another Request?
0 When executing an Artillery test via the Windows command line, I observe the following response: 2023-12-12T13:52:17.968Z https:response "{"data":{"postApiV1Memo":{"code":200,"data":{"requestId":"d2966c0e-c91f-46b7-964f-1635ee0bde8b-323032335134"},"message":"Success"}}}" ok statusCode 200 In my YML configuration file, I’ve implemented code to capture and log specific fields, but unfortunately, I am unable to see the captured fields and logs (Also I am not able to Pass…
-
Load testing in Postman using GraphQL API
0 I want to perform load testing using Postman for GraphQL API. The requirement is that I need to confirm whether the application is able to withstand 200 concurrent requests. But in Postman Canary I am not able to specify 200 concurrent requests. Can any one help on this. graphql postman load-testing web-api-testing Share Improve…