Versions Compared

Key

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

Field: ScriptStatus

Description

ScriptStatus is a field that contains values from a user defined picklist.

Examples

Values available depend on options defined in the Script Status picklist in Enterprise Tester, for example:

Code Block
languagenone
ScriptStatus = Open

To find all Script assignments in a project called Test in the execution package called "Regression" with a status of "Critical":

Code Block
languagenone
Project = Test AND Package = Regression AND ScriptStatus = Open

Supported Operators

=, IN, !=, NOT IN

Supported Indexes

Entity, Run

Supported Types

  • AgileRun
  • ScriptRun
  • TestScriptAssignment

Supported Features

FeatureSupported?
AggregationYes (String)
SortableYes
Sub-selectsNo