Field: PreCondition
Description
The precondition field is a user populated text field used to describe a precondition of an item, such as a test script.
Lucene Syntax
Within the contains/does not contains value for the "PreCondition" field, you can use Lucene query parser syntax - including * and ? wildcards.
See the Lucene Query Parser documentation for more information.
Examples
All entities where the precondition field does not contains the text "test":
Code Block | ||
---|---|---|
| ||
PreCondition !~ test |
Test scripts where the precondition field contains the text "test":
Code Block | ||
---|---|---|
| ||
EntityType = TestScript AND Precondition ~ test |
Supported Operators
Supported Indexes
Supported Types
- AgileRun
- TestScript
Supported Features
Feature | Supported? |
---|---|
Aggregation | No |
Sortable | No |
Sub-selects | No |