I made an API endurance test and I have created 10 user paths and each user path has multiple API. my question is how to get the response time from each API? and what represents the Min, Avg, Max in the below picture?
Hi,
I am using Neoload tool for performing a Load test on Dynamic CRM application.
In the results I observe a difference upon calculating page response time and response...
Most of the time requests (ie resources) under a page are executed in parallel. That's why you can't sum up the average response time of the requests. This is what browser does...
I am sending the followint POST command:
POST https://petstore.swagger.io/v2/user
User-Agent: Jetty/9.3.7.v20160115NeotysEdition.61
:
:
Content-Type: application/json...
I tried to execute the same request and it worked on my side. Do you use a proxy to reach that URL?
Could you try to disable HTTP/2 in the Advanced settings of the check vu...