You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Field: StepNotes

Description

Step Notes is a user defined text field on test scripts. The StepNotes field is a reference field on script assignments during test execution and is populated by the step notes added on the original test script.

Lucene Syntax

Within the contains/does not contains value for the "StepNotes" field, you can use Lucene query parser syntax - including * and ? wildcards.

See the Lucene Query Parser documentation for more information.

Examples

To find all test scripts that contain "configure data" in the step notes, write the following query:

EntityType = Script AND StepNotes ~ 'configure data'

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