Unanswered question

how to add dynamic parameters to request

i have a scenario where my request parameters will keep on change for each iteration,could you help me to create them

Ex: Employees under each manager would be different so i need to dynamically build my request based on the employees count for each manager

manojkumar T.
manojkumar T.

manojkumar T.

Level
0
47 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

You can create a NeoLoad variable like a File variable or a List variable that will contain your Employees data.

You need to configure that variable with the change policy of "on each iteration" and replace in your script the recorded Employees values by that variable.