TestProfile Object

Relevant for: API testing only

Description

Accesses the values of the environment and user variables for the currently active test profile as specified in the Properties pane.

Syntax

this.<activity>.Context.TestProfile.<supported method>

Supported Methods

  • GetType

  • GetVariableNames

  • GetVariableValue

  • SetVariableValue

Example

this.ConcatenateStringsActivity4.Context.TestProfile.GetVariableValue("Prefix");