Read rows in CSV differently by various threads in a single Thread Group

坚强是说给别人听的谎言 提交于 2019-12-12 04:57:26

问题


I have a test plan with single thread group with 2 http requests.

I want to run a scenario with 10 users. I have a CSV file with 10 values in 4 columns and I want to execute the test plan in the following way:

  • First 3 rows, all columns from the CSV file should be used by first 3 users immediately
  • Remaining 7 users should take the remaining 7 rows from the same CSV file with use of "single unique value of 4th column of csv file". It should run for 1 hour duration.

How can I run this scenario?

来源:https://stackoverflow.com/questions/46140247/read-rows-in-csv-differently-by-various-threads-in-a-single-thread-group

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!