It is sometimes useful to define values that will be used during automation but make the tests unclear (for example a staging environment url such as in the test below):
It is possible to rewrite simply this test using symbols. They are prefixed with a column sign, like variables, as shown below:
Now, when exporting the code for automation, the scenario will use a variable called staging
that can be set in the automation layer: