I'm new in Jmeter and have a problem with loading user data from csv file within a thread loop.
I created a little testsuite.
- threadgroup (Number of threads: 1, loop count 2)
- load user data with csv data config
csv looks like this:
user1; password
user2; password
.... - simple http request
- load user data with csv data config
If I run my test I will get this output: - http request for user1 - http request for user2
I would have expected that only for user1 the request would be executed twice.
What am I doing wrong?
Regards,
Michael


