Field: Priority
Description
Priority applies to multiple entities such as Requirements and Test Scripts, it is one of the core picklists in Enterprise Tester.
Examples
Requirements and test scripts that have a high priority for a specific project "Testing":
Project = "Testing" AND EntityType IN ["Requirement", "TestScript"] AND Priority = "High"
All the Critical and High requirements:
Project = "Testing" AND EntityType = "Requirement"AND Priority IN [Critical, High]
Supported Operators
Supported Indexes
Supported Types
- AgileRun
- Incident
- Requirement
- ScriptRun
- TestScript
- TestScriptAssignment
Supported Features
Feature | Supported? |
---|---|
Aggregation | Yes (String) |
Sortable | Yes |
Sub-selects | No |