Jmeter: Is it possible to increment the value of variable for every thread in Jmeter? -


example: thread: 50, ramp-period: 0, loop: 1.

i have send different value each thread. possible without changing loop count?.

  1. if need add existing variable may done via __intsum() function
  2. __counter() function generates incremented number each time it's being called either per-thread or global
  3. another candidate __threadnum() function number of current thread.

see how use jmeter functions posts series advanced information on above , other useful functions.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -