0
votes

I want to load test RUN operation with 500 users. So I set threads as 500 in thread group. I have a header parameter "username" for the RUN request.

Now, I want to have different username for each request. How do I do it? Do I need a CSV Data Set Config? But then while controller would be needed. And it will go through entire csv for each thread (user), which I don't want.

So how do I do it?

1
I edited my answer.David Baak
@DavidBaak Please can you show an example?user5155835
Can you post what you have tried so far (code)?David Baak
I accepted your editDavid Baak

1 Answers

1
votes

I think what you are looking for is the CSV Data Set Config.

See this for working of it.

Make sure your thread settings are correct. You do not need the while controller.