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