Script
Description
The Script field allows you to filter a set of script assignments, or script runs, based on the script they are related to.
Matching is done by providing either an ID, list of ID's or a sub-select query (with the sub-select query being executed against the Entity index).
Examples
Search for script runs where the script is of type 'Regression' (this assumes the query is being executed against the 'Run' index):
EntityType = ScriptRun AND Script IN { Type = Regression }
Search for script runs matching a number of unique script identifiers:
EntityType = ScriptAssignment AND Script IN [91f8769a-1f02-4201-9c85-a14d008e9a43, 9cf0f291-0e24-4cee-a5fa-a14e00fbf04e]
See Also
Supported Operators
Supported Indexes
Supported Types
- ScriptRun
- TestScriptAssignment
Supported Features
Feature | Supported? |
---|---|
Aggregation | Yes (String) |
Sortable | Yes |
Sub-selects | Yes |