storeGlobalVar
storeGlobalVar
COMMENT
Store a string into a global variable
COMMENT
You can see the global variables in the panel below, inside the "Global Var" tab
storeGlobalVar
I am a global variable
global_var
echo global variable
COMMENT
Output the variable on the panel log
COMMENT
Since the variable is global, it can be reached from other test cases
echo
${global_var}