JMeter CSV Dataset Config: how to move through variables in the same thread?

后端 未结 4 1901
失恋的感觉
失恋的感觉 2020-12-05 11:39

I\'m using a CSV dataset config element, which is reading from a file like this:

abd
sds
ase
sdd
ssd
cvv

Which, basically, has a number of

4条回答
  •  伪装坚强ぢ
    2020-12-05 11:53

    CSV data set moves through file only when each thread iteration starts.

    You can use Raw Data Source PreProcessor to move throuhg file with each request, that's your solution.

提交回复
热议问题