Field: StepExpectedResult

Description

Step Expected Result is a user defined text field on test scripts. The StepExpectedResult field is a reference field on script assignments during test execution and is populated by the expected results added on the original test script.

Lucene Syntax

Within the contains/does not contains value for the "StepExpectedResult" 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 "user accesses account" in the expected result, write the following query:

EntityType = Script AND StepExpectedResult ~"'user accesses account'"

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