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
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.
Nouredine answered
manojkumar posted a new question