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":

EntityType = TestScript AND StepData ~ "Pin# 1234"

Supported Operators

~, !~, IS, IS NOT

Supported Indexes

Entity, Run

Supported Types

  • AgileRun
  • AutomatedTestRun
  • ScriptRun
  • TestScript
  • TestScriptAssignment

Supported Features

FeatureSupported?
AggregationNo
SortableNo
Sub-selectsNo

  • No labels