Unanswered question

How can we interpret when we choose Value Change Policy as each use and order as random?

Hi,

Suppose we have our variables in one table where three columns (a1,a2,a3) are there. and we want to change the variable's value on each use and in random order. And also value from each column should come from the same row at each use.

means if value is getting picked from row no 2 for cloumn a1 then value should come from same row no for column a2 and a3 as well.

Can we achieve this?

Thanks,
Abhishek

Abhishek K.
Abhishek K.

Abhishek K.

Level
0
98 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

That’s not possible, each use will change the row, you will need to use each request/page/iteration

Abhishek K.
Abhishek K.

Abhishek K.

Level
0
98 / 100
points

Thanks for the reply Neil.

Suppose we have to change the value for the variables more than once in the same request then we have to change variable value for each use.

For now , achieving the same scenario using javascript.

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

I would have 3 values in the same column, separated by a + and use JavaScript and split