About this task
Define environment settings for tests by configuring necessary parameters in the environment
configuration file. Use environment variables to store values such as authentication credentials,
API keys, and configuration details. Test cases can reference these variables dynamically.
Procedure
-
From the quick access page, click Add an
environment.
The Add environment page
appears.
- Provide the environment details.
-
Environment name. Enter a name for the environment variable.
-
Namespace. Specify the namespace for the environment variable.
-
Version number. Provide the version number of the environment
variable.
-
Tags. Add relevant tags for identification.
-
Click Create.
The environment file is created and displayed.
- Add the environment variables.
- Variable. Enter the variable name.
- Secret. Toggle the Secret button to display the
value in plain text or encode it.
- Value. Provide the corresponding value.
After you provide the variable details, the environment configuration updates and
makes the specified variables available for test cases. Test cases dynamically substitute these
values during execution. If you mark a variable as Secret, the system
encrypts its value and hides it from direct view.