Share via


Filter element

Describes a filter for the test cases to appear in the table.

Usage

<Filter>
  text
</Filter>

Attributes

There are no attributes.

Text value

The Filter node describes a filter for the test cases to appear in the table. Each non-leaf node under the Filter node describes a binary operation, and each leaf node describes a value. Valid binary operations include: And, Or, Equal, GreaterThan, GreaterThanOrEqual, LessThan, LessThanOrEqual, NotEqual, and Contains ( a case-insensitive string contains operation). Valid leaf nodes include <Metric>programmaticName</Metric>, defining a metric value, and <Constant>constant</Constant>, defining a constant.

Child elements

There are no child elements.

Parent elements

Element Description
TestCaseTable
The test case table node defines a table of test cases on a page.

Element information

Can be empty Yes

See also

AXE Assessment Manifest