In NeoLoad, the number of hits of any objects like containers, pages or requests is the number of times that object has been fully executed. That metrics is calculated in a 1...
In my user path's Actions i have several transactions. some of them i don't want to call every iteration but e.g. every 10th iteration. Usually i'd create a variable e.g...
the action_counter variable would tell you the current iteration. You could then pass this to some JavaScript (see actions section bottom left) that calculates the remainder...
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...