JMeter uses only first line of CSV settings -


i have jmeter project:

- http request defaults - http header manager - csv data set config   (filename = my.tsv, variable names = myvar,..., delimiter = \t, others default) - thread group --- loop controller ----- http request (uses ${myvar}) ----- timer ----- view results tree 

the issue first line of my.tsv used jmeter generate requests. how fix it?

if define multiple threads, should pick values tsv file. each thread picks different value until rows consumed , repeat records next threads/iterations.

if looking loop controller, in multiple loops , single thread, jmeter uses same value picked in first iteration remaining iterations.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -