Field: Objective

Description

The objective field is a user populated text field used to describe the objective of the test script.

Lucene Syntax

Within the contains/does not contains value for the "Objective" 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 objective field does not contains the text "test" (currently only scripts support the "Objective" field):

Objective !~ test

Explicity query for all Test Scripts where the Objective field contains the text "test":

EntityType = TestScript AND Objective ~ test

Supported Operators

~, !~, IS, IS NOT

Supported Indexes

Entity

Supported Types

  • AgileRun
  • TestScript

Supported Features

FeatureSupported?
AggregationNo
SortableNo
Sub-selectsNo

  • No labels