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?
Hello,
we want to retrieve the response time during execution of a user path in NeoLoad and add that time into a variable in order to be able to use it as a variable in the...
Just to add, you couldn’t feed it back into the test using Neoload. The response timing would need to be written to and external source like a database that the test then...
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...