Hi,
In this case you can use only a parameter. Usage of parameters is explained in " How do I emulate multiple users section of LR tutorial."
- Other option is to go to the following line in the step
- "Name=outboundFlight", "Value=3", ENDITEM,
- select 3,
- right click on it and
- select replace with a parameter
- choose the option you want
It will be substituted with a parameter as follows:
"Name=outboundFlight", "Value={NewParam}", ENDITEM,
Kind regards,