Global variables can be shared between test cases. They vary from local variables, which are only available to specific test cases.
Global variables can be used as input parameters for function calls. 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.
To create a global variable: