user2813422
user2813422

Reputation: 3

JMeter - Set unique id per thread

I am using Jmeter 2.9 and have recorded a test plan through Badboy of Logging in and searching for an account(different account through csv data file) and loading the accounts.

I am trying to run it for 50 threads on one server.

How do i set unique id per thread so that its easier to track if something fails?

Upvotes: 0

Views: 1640

Answers (1)

Manish Sapariya
Manish Sapariya

Reputation: 3595

You can use ${__threadNum} to identify the thread.

Upvotes: 1

Related Questions