Field: AssignmentsCount
Description
The AssignmentsCount field is a reference field for Test Script and Automated Tests. When used in a query it will return the total number of times that script has been assigned in execution sets (the number of script assignments).
Examples
To find all scripts in multiple projects that have been assigned to an execution set:
(Project IN ["ATM Upgrade", "ATM Demo"] AND Package = "Script Library") AND AssignmentsCount > 0
Supported Operators
=, <, >, <=, >=, IN, !=, NOT IN, IS, IS NOT
Supported Indexes
Supported Types
- AutomatedTest
- TestScript
Supported Features
Feature | Supported? |
---|---|
Aggregation | Yes (Int32) |
Sortable | Yes |
Sub-selects | No |