Field: TotalResults
Description
The total number of results within the results of the last imported file for an automated test assignment.
Examples
Automated test assignments with more than 50 results:
TotalResults > 50
The average number of results per automated test, grouped by package:
GROUP BY Path { Average(TotalResults) AS "Avg" } AS "Packages" WHERE EntityType = AutomatedTest
See Also
Supported Operators
=, <, >, <=, >=, IN, !=, NOT IN, IS, IS NOT
Supported Indexes
Supported Types
- AgileRun
- AutomatedTestAssignment
- AutomatedTestRun
- ScriptRun
- TestScriptAssignment
Supported Features
Feature | Supported? |
---|---|
Aggregation | Yes (Int32) |
Sortable | Yes |
Sub-selects | No |