Page History
A global variable is a variable that is accessible from any session in the same execution. You can use ALH API to create a global variable and specify its value by calling ALH.setGlobalVariable(String variableName, Object value).
Code Block | ||
---|---|---|
| ||
public void setGlobalVariable(String variableName, Object value) { ... } |
The code example is as follows
...