Click or drag to resize

XPathValidationAssertionXPathExpression Property

Gets or sets the XPath Expression to match the given Request or Response

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

Property Value

Type: String
The XPath Expression to match.
See Also