Unanswered question

Keep two variables synced in pairs? ...

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!

Chris M.
Chris M.

Chris M.

Level
0
36 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

Neoload reads data row by row unless you say change every time, so they should be in sync?

Chris M.
Chris M.

Chris M.

Level
0
36 / 100
points

Thanks, Neil. I /think/ I follow? But the scenario I'm envisioning has ParamA randomly chosen at each request, and then ParamB would tag along for the ride from the same row.

Chris M.
Chris M.

Chris M.

Level
0
36 / 100
points

Ahh, I figured out it, using the suffixes when specifying. :)

vijay K.
vijay K.

vijay K.

Level
0
70 / 100
points

Ahh, I figured out it, using the suffixes when specifying. :)
-- can you explain this in detail. as i also face similar challenge