Context variables (Scenario parameters)
In a similar way to traditional programming languages, the platform supports context (local) variables. Their use is limited by running particular scenarios, in other cases they are assigned to
null
value.
You can both write and read context variables in your scenario as if they were regular object fields. You can invoke this variable typing or choosing
{{ContextVar.variableName}}

As mentioned before, a variable receives value only during the scenario run. Therefore, when testing blocks via testing step, if set, the current value is returned.

Last modified 2yr ago