Suppose I have a transaction named TR and I want to assert if the execution of the requests of this transaction is not longer than 5 min, if > 5 min I stop the test , how can i...
This is something that should have been done through the SLA but on NeoLoad controller we can't stop a test based on an SLA failure.
However using the neoload-cli tool...
How throughput is calculated in the Neoload test result? Does it add content-length of each response over test duration and divide by duration length? Do you consider response...
The throughput is the amount of HTTP data received by the Load Generator from the server. It includes the headers+body.
It's almost computed the same way for transactions...
I have recorded one script, made all parameters dynamic. Script was working fine for around 1hr but after that I am getting Server Error in Application. Again, I have recorded...
There's clearly a dynamic parameter that you forgot to handle since the script is only valid for 1 hour. Since you have two different recordings i would suggest you to compare...