Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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:

Code Block
languagenone
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