Constant Variable Configuration¶
The constant variable is used to provide the same value to every virtual user running. The value is not shared between virtual users which means they are free to change it.
Any value placed in a constant variable remains there until changed or the test ends. In other words, it is not reset to its original value unless you start another test.
Note
A click on the blue variable name in the Usage section will copy it to the clipboard.
For each Constant Variable, you can edit:
Property name | Description |
---|---|
Name | The variable name. To inject it, use the ${...} syntax. E.g. in the above screenshot, you could inject octoperf using the ${constant_variable} syntax. |
Description | The variable description text. |
Value | The constant value of the variable. |