Click or drag to resize

TestEnvironment Properties

The TestEnvironment type exposes the following members.

Properties
  NameDescription
Public propertyCredentials
Credentials used in Basic and Digest authentication
Public propertyDisplayName
DisplayName of the current environment
Public propertyEnvironmentVariables
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.
Public propertyIsActive
Indicate if this test environment is active environment.
Public propertyIsDefault
Indicate if this test environment is Default environment. Default environment cannot be removed.
Public propertyName
Name of the test environment.
Public propertySystemVariables
variables created by used server and clients, values can be changed but these variables can not be deleted.
Top
See Also