Field: ScriptPriority

Description

Script Priority is used when querying script assignments, to filter based on the priority assigned to the script associated with the assignment.

Examples

Values available depend on options defined in the Priority picklist in Enterprise Tester. For example:

ScriptPriority = High

To find all script assignments in a project called Test in the Script package called "Regression Testing" with a status of Critical, write the following query:

Project = Test AND Package = "Regression Testing" AND ScriptPriority = Critical

Supported Operators

=, IN, !=, NOT IN

Supported Indexes

Entity, Run

Supported Types

  • AgileRun
  • ScriptRun
  • TestScriptAssignment

Supported Features

FeatureSupported?
AggregationYes (String)
SortableYes
Sub-selectsNo

  • No labels