{{var_name}}.
Creating a Variable
- Go to Library → Variables tab
- Click New variable
- Set the name (e.g.,
email) and value (e.g.,[email protected]) - Optionally add a description
Using Variables in Tests
Reference any global variable in a step instruction with double braces:Global vs Test Variables
- Global variables (Library): shared across all tests in the org. Edit once, applies everywhere.
- Test variables (editor Variables tab): scoped to a single test. Override globals if the same name is used.
user_email, api_key).