AssertAttributeValue Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Assert if the value of the specified attribute does not match.

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public bool Value(
	string attributeName,
	StringCompareType compare,
	string expectedValue
)

Parameters

attributeName
Type: SystemString
The attribute name to compare the value of.
compare
Type: ArtOfTest.CommonStringCompareType
The string compare type.
expectedValue
Type: SystemString
The expected value.

Return Value

Type: Boolean
True if the values match else will throw an AssertException.
See Also

Reference