Versions Compared

Key

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

Field: Test

Description

The Test field allows you to filter a set of runs or assignments, based on the test (Script, Agile Run or Automated Test) they belong to.

Matching is done by providing either an ID, list of ID's or a sub-select query (with the sub-select query being executed against the Entity index).

Examples

Search for runs where the test (Test Script, Agile Run or Automated Test) that is associated with this run was created by the user 'joeb':

Code Block
languagenone
Status = Failed AND Test IN { CreatedBy = joeb }

Search for runs where the test (Test Script, Agile Run or Automated Test) matches the supplied identifiers:

Code Block
languagenone
Status = Failed AND Test IN [91f8769a-1f02-4201-9c85-a14d008e9a43, 9cf0f291-0e24-4cee-a5fa-a14e00fbf04e]

See Also

Supported Operators

=, IN, !=, NOT IN, IS, IS NOT

Supported Indexes

Entity, Run

Supported Types

  • AgileRun
  • AutomatedTestAssignment
  • AutomatedTestRun
  • ScriptRun
  • TestScriptAssignment

Supported Features

FeatureSupported?
AggregationYes (String)
SortableYes
Sub-selectsYes