Field: TotalNodes

Description

The total number of nodes present in the last imported file for an automated test.

Examples

Automated test assignments with more than 50 nodes:

TotalNodes > 50

The average number of nodes per automated test, grouped by package:

GROUP BY Path { Average(TotalNodes) 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