Unanswered question

How do you change multiple POST parameters based on the same variable?

I am testing an application which submits reports to a scheduler and I want to make the data submitted more life-like by changing the parameters sent to the scheduler on each iteration of the test.

e.g One iteration I might want to have additional POST parameters like
e.g Choice123 = TREND_MODULE
and CHOICE1234 = MONTHLY

(its important that both values get updated for the same request otherwise the data will be meaning less and cause the scheduler to error)

On another iteration of the same test I would like them to both be null as if the selection were not made by the user.

Is that possible - I was thinking this could be achieved via a list variable maybe refered to in the POST api call to replace the values.

Stefan O.
Stefan O.

Stefan O.

Level
0
27 / 100
points

No answers