ExtractPropertyPair Properties |
The ExtractPropertyPair type exposes the following members.
Name | Description | |
---|---|---|
CurrentValue |
Gets or sets the Value obtained from the current pair. the value is shown for information.
| |
Path | Gets or sets the expression indicated by PathType how to retrieve value from the PropertyName
| |
PathType | Gets or sets the Type of PropertyPath. If the PropertyName is RequestText or ResponseText, you must Select PathType and assign Path with either XPath or JsonPathIf the PropertyName is RequestObject or ResponseObject, The PathType will be set to ObjectPath, you must assign Path with an ObjectPathOtherwise PathType and Path should be used. | |
PropertyName | Gets or sets the Name of the property from the selected Test Step. If PropertyName is RequestText or ResponseText, you must Select PathType and assign Path with either XPath or JsonPathIf PropertyName is RequestObject or ResponseObject, The PathType will be set to ObjectPath, you must assign Path with an ObjectPathOtherwise PathType and Path should be used. | |
VariableName |
Gets or sets the name of the variable to assign the value. If the variable of that value does not exist, it will be created automatically.
|