Click or drag to resize

ExtractPropertyPairPropertyName Property

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.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string PropertyName { get; set; }

Property Value

Type: String
The source property.
See Also