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

Entity, Run

Supported Types

  • AgileRun
  • AutomatedTestAssignment
  • AutomatedTestRun
  • ScriptRun
  • TestScriptAssignment

Supported Features

FeatureSupported?
AggregationYes (Int32)
SortableYes
Sub-selectsNo

  • No labels