Variables may be used wherever the Variable Picker is available. The syntax to use is ${variableName}
. To insert a variable use:
${
Variable names themselves also may be dynamic. For example, if the counter variable value is 1
, then ${product_${counter}}
is equivalent to ${product_1}
.
Functions can also be used in a NeoLoad project, wherever a variable can be used. For more information, see Functions.