Jmeter Property with array of values

Viewed 6250

Requirement: Need to store 50+ values to a Jmeter property and use with idx

enter image description here

In the case of normal variable we can use Country_1 or Country_2.

Do we have any function to set an array of values to jmeter Property and how to get value using index?

Note: In this case,value has to be used in different thread group.

1 Answers
Related