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...
You need to filter your test:
- Open the Results Manager and select your test
- Select the 'Filter' section
- Enable the Error filter
- Click Duplicate & Filter
You'll get...
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...