Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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:

Code Block
languagenone
VersionOfScript = 1

Count of passed and failed runs grouped by VersionOfScript:

Code Block
languagenone
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