Category Archives: Apache Jmeter
Define and increment a counter in Apache Jmeter
Create a User Defined Variable and initialize the value. In this case the value is zero. Here’s an example of incrementing the “my_counter” value in an HTTP request. The request URL will include the name value pair: counter=1 ${__intSum(${my_counter},1,my_counter)}
Posted in Apache Jmeter
Comments Off on Define and increment a counter in Apache Jmeter