Links

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.

Adding context parameters in START step settings

You can setup context variables when creating a scenario (START step settings, Parameters tab):

Using context variables in scenario

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}}
You can set the context variables values in Link scenario step:

Testing blocks with context variables

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.