0
votes

I have a test plan with 6 thread group. I want to create data parameters using csv file. My question is can I create in the csv column with threadgroup number and Jmeter will be smart and get the data for the specific thread group?. I want to create testplan with couple scenarios (thread groups), and to approach via csv. is it can be done?

[enter image description here][example of what I want to create]

1
have CSV per thread groupKiril S.

1 Answers

1
votes

One way which I am able to do something like this is to use "IF Controller".

I have put an If controller under each thread group and checking if "ThreadG" value is matching from the csv.

enter image description here

enter image description here

Although, I personally prefer to use 3 separate csv for each thread group like @Kiril S suggested. Hope it helps.