Field: VersionOfScript

Description

Version of Script indicates which version of the script was used for that particular run in the run history.

Examples

Retrieve a list of runs where the VersionOfScript is equal to 1:

VersionOfScript = 1

Count of passed and failed runs grouped by VersionOfScript:

GROUP BY VersionOfScript { SUM(Passed), SUM(Failed) }

Supported Operators

=, <, >, <=, >=, ~, IN, !=, NOT IN, IS, IS NOT

Supported Indexes

Entity, Run

Supported Types

  • ScriptRun
  • TestScriptAssignment

Supported Features

FeatureSupported?
AggregationYes (Int32)
SortableYes
Sub-selectsNo

  • No labels