You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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:

ScriptStatus = Open

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

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

  • No labels