You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Field: RemainingEstimate

Description

The RemainingEstimate field is a calculation of the Estimated Duration less any time spent executing that script across all Test Script Assignments (only for the latest run of each script assignment).

This field does not represent any over run so will only calculate down to a zero value (it will never have a negative value).

Examples

Over 1 hour remaining:

RemainingEstimate >= 1h

No more time remaining, with an EstimatedDuration that is greater then 5 minutes:

RemainingEstimate = 0h AND EstimatedDuration > 5m

Supported Operators

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

Supported Indexes

Entity, Run

Supported Types

  • AgileRun
  • AutomatedTestAssignment
  • AutomatedTestRun
  • ScriptRun
  • TestScriptAssignment

Supported Features

FeatureSupported?
AggregationYes (TimeSpan)
SortableYes
Sub-selectsNo

  • No labels