• SPEForums need your contributions to build up a strong repository of performance engineering resources.

How to get current iteration number in jmeter

admin

Administrator
Staff member
I want to get the iteration number and use it as part of my sent request, how can I do the same in jmeter script. Any help would be appreciated
 
Use -> ${__BeanShell(vars.getIteration();,)} while sending your request.

example
 
Back
Top