-
Notifications
You must be signed in to change notification settings - Fork 88
Set Promoted Var node
Vess Popov edited this page Dec 11, 2020
·
2 revisions
This tutorial is OUTDATED. It applies to Concerto releases up to v5.0.beta.7.
To make a variable 'global'. Variables that have been promoted by Set_Promoted_Var are available from any node in the test by using Get_Promoted_Var node.
This is useful if you set a variable at the beginning that will be used throughout the test and you don't want to connect up the data variables throughout the test. For example, if you set language for the test at the beginning and want to use it to display certain language-specific nodes elsewhere.
If you are using R code, you can also do concerto.var.set(name, value)