Global variables can be shared between test cases. These vary from local variables, which are only available to specific test cases.
Global variables can be used as input parameters for function calls and can also be used to store return values. Global variables are configured with an initial value, which makes them useful when you need to have the same value used for multiple function calls. Each time a test run begins, global variables are initialized with the defined initial value. The initial value can be changed if the variable is used to store result values.
When exporting global variables to Silk Performer, the global attribute can be retained as a Silk Performer project attribute, enabling you to also configure the initial values of global variables. To be able to modify the project attribute value in Silk Performer, you must set the UseAttribute value of the External Access property in the Input Data Properties pane to True before exporting the project.