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:
Expected Result:
Iteration 1: Yasir,Nisha,India
Iteration 2: Azar,Riya,Dubai
Thanks in advance.