Click or drag to resize

PropertyPathTypes Enumeration

Type of the path indicates how to retrieve data from a TestStep

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public enum PropertyPathTypes
Members
  Member nameValueDescription
PropertyName0 Gets the value directly from the Property by given name, if the property is not string, the ToString will be called.
XPath1 This option is available only if The Property is RequestText or ResponseText, considering the value is an XML document.
ObjectPath2 This options is available only if the Property is RequestObject or ResponseObject, object path can be generated via standard ObjectEditor
JsonPath3 This option is available only if The Property is RequestText or ResponseText, considering the value is an JSON document.
See Also