Field: StepData
Description
Step Data is a user defined text field in the test script and used as a reference field on the script assignment when running the script.
Lucene Syntax
Within the contains/does not contains value for the "StepData" field, you can use Lucene query parser syntax - including * and ? wildcards.
See the Lucene Query Parser documentation for more information.
Examples
To find all the test scripts where the step data contains "Pin# 1234":
Code Block | ||
---|---|---|
| ||
EntityType = TestScript AND StepData ~ "Pin# 1234" |
Supported Operators
Supported Indexes
Supported Types
- AgileRun
- AutomatedTestRun
- ScriptRun
- TestScript
- TestScriptAssignment
Supported Features
Feature | Supported? |
---|---|
Aggregation | No |
Sortable | No |
Sub-selects | No |