Field: HasAssignments

Description

HasAssignments is a reference field for test scripts and denotes whether or not scripts have been assigned to one or more execution sets (packages).

Allowable values

  • True
  • False
  • Yes
  • No

Examples

To find all Scripts that have at least one assignment in an execution set:

EntityType = Script AND HasAssignments = True

See Also

Supported Operators

=, !=, IS, IS NOT

Supported Indexes

Entity

Supported Types

  • AutomatedTest
  • TestScript

Supported Features

FeatureSupported?
AggregationNo
SortableYes
Sub-selectsNo

  • No labels