Field: Test
Description
The Test field allows you to filter a set of runs or assignments, based on the test (Script, Agile Run or Automated Test) they belong 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 runs where the test (Test Script, Agile Run or Automated Test) that is associated with this run was created by the user 'joeb':
Code Block |
---|
|
Status = Failed AND Test IN { CreatedBy = joeb }
|
Search for runs where the test (Test Script, Agile Run or Automated Test) matches the supplied identifiers:
Code Block |
---|
|
Status = Failed AND Test IN [91f8769a-1f02-4201-9c85-a14d008e9a43, 9cf0f291-0e24-4cee-a5fa-a14e00fbf04e]
|
See Also
Supported Operators
=, IN, !=, NOT IN, IS, IS NOT
Supported Indexes
Entity, Run
Supported Types
- AgileRun
- AutomatedTestAssignment
- AutomatedTestRun
- ScriptRun
- TestScriptAssignment
Supported Features
Feature | Supported? |
---|
Aggregation | Yes (String) |
Sortable | Yes |
Sub-selects | Yes |