TestEnvironment Properties |
The TestEnvironment type exposes the following members.
| Name | Description | |
|---|---|---|
| Credentials |
Credentials used in Basic and Digest authentication
| |
| DisplayName |
DisplayName of the current environment
| |
| EnvironmentVariables |
Variables created manually, can be used anywhere. To use these variables in automated test, please ensure that the TestEnvironment is embedded in the automation project.
| |
| IsActive |
Indicate if this test environment is active environment.
| |
| IsDefault |
Indicate if this test environment is Default environment. Default environment cannot be removed.
| |
| Name |
Name of the test environment.
| |
| SystemVariables |
variables created by used server and clients, values can be changed but these variables can not be deleted.
|