EnvironmentProfile Object
Relevant for: API testing only
Description
Accesses the environmental variables for a test.
Note: If you are using test profiles for a test, you should use the TestProfile object instead.
Syntax
this.<activity>.Context.EnvironmentProfile.<supported method>
Supported Methods
-
GetType
-
GetVariablesNames
-
GetVariableValue
-
SetVariableValue
-
ToString
Example
this.ConcatenateStringsActivity4.Context.EnvironmentProfile.GetVariablesNames().ToString();