Hi,
I have a use case where one user is performing the same set of actions multiple
times one after the other and is providing different data sets for each set of
actions.
Thread Group
|
|
-->Loop or For Each Controller
|
|
--> Action 1
|
|
--> Action 2
.
.
.
--> Action N
So I have to use a single thread with either a loop or for each controller and
each iteration of the loop will use a different set of values for a set of
variables.
Is there any way to achieve this without using CSV Data set or CSV read. I
would prefer to set variables in the test plan itself without creating external
files to read from.
I tried using User Parameters where I had defined multiple variable with
multiple values per variable, with update once per iteration option checked,
but that didn't work. For each iteration it always picked the first value of
each variable, I believe it is because I have only one thread.
If this is not a supported feature, it would be a nice feature to add support
for. I believe lots of users would find this feature useful without having to
create a bunch of additional files.
Any help would be appreciated.
Thanks.