How to achieve parameterization similar to CsvDataSetConfig using UserDefinedVariables Control In JMeter?

16 views Asked by At

In JMeter, I need to parameterize sequence of inter-linked values using "UserDefinedVariables" control. I am able to achieve the same with "CSVDataSetConfig", but I need to use "UserDefinedVariables" as I have only two rows of input data which I am sending to my API request and i will repeat the same values for further iterations.

Example:

enter image description here

Expected Result:

Iteration 1: Yasir,Nisha,India

Iteration 2: Azar,Riya,Dubai

Thanks in advance.

1

There are 1 answers

1
Dmitri T On

Maybe User Parameters is what you're looking for:

enter image description here

You will get something like:

enter image description here

More information: JMeter Parameterization: The Complete Guide