How do I keep 2 variables in-sync? For example, I have a csv file with 2 columns, ParamA and ParamB. In LoadRunner I can tell the tool to keep and use them only in pairs.
For example, in a given request if the tool uses row 8 of ParamA, it will also use row 8 for ParamB.
How do I accomplish that in NeoLoad? Thanks in advance!