Reputation: 319
Example: Thread: 50, Ramp-Period: 0, Loop: 1.
I have to send different value with each thread. Is it possible to do it without changing the loop count?.
Upvotes: 2
Views: 4891
Reputation: 41
You can achieve this by adding a counter under the thread group. In the counter it's possible to set the start, increase and maximum number you want to reach. Then add reference name in counter, which will be used in your request as ${reference_name}
Upvotes: 0
Reputation: 15370
Your question looks like this - jmeter unique id per thread for http request
You can also use Beanshell
to create an unique ID for every thread.
Upvotes: 0
Reputation: 168072
See How to Use JMeter Functions posts series for advanced information on above and other useful functions.
Upvotes: 1