Unanswered question

how to add dynamic request parameters in http request in neoload

How to add an addition request parameter in http request. Like in a scenario for 1 http-request, sometime we have to pass 0 parameter or some more than n. such as name of the parameter selectedIds[0], selectedIds[1] and so on with the respective value.

Please suggest how to add parameter in a HTTP request.

Sumit S.
Sumit S.

Sumit S.

Level
0
14 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

I'm not sure to undersand. Do you want to add dynamic number of parameters?

For example, sometimes your request will need 2 selectdIds[xx] parameters sometimes more and so on. Is it your use case?

If yes is it a POST form request?