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
Supported Types
- AgileRun
- AutomatedTestAssignment
- AutomatedTestRun
- ScriptRun
- TestScriptAssignment
Supported Features
Feature | Supported? |
---|---|
Aggregation | Yes (Int32) |
Sortable | Yes |
Sub-selects | No |