Versions Compared

Key

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

Field: FinishedAt

Description

FinishedAt is a field associated with automated test script runs. It is the time that the automated test run completed.

Note: Not all automated test result formats include StartedAt and FinishedAt information, in which case this field will be empty.

Examples

The date formats supported are:

  • dd Month yyy e.g. 24 October 2011 and 24 Oct 2011
  • dd/mm/yy e.g 24/10/2011
  • yyyy/mm/dd e.g 2011/10/24

Month First:

Code Block
languagenone
FinishedAt = 'January 18, 2011, 9:15 am'

Day First:

Code Block
languagenone
FinishedAt = '18 January 2011, 09:15'

To find all items that were finished between 2 dates:

Code Block
languagenone
FinishedAt >= "2011-10-24" AND FinishedAt <= "2011-11-02"

Or using the shorter range syntax:

Code Block
languagenone
FinishedAt IN ["2011-10-24", "2011-11-02"]

Supported Operators

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

Supported Indexes

Entity, Run

Supported Types

  • AutomatedTestAssignment
  • AutomatedTestRun

Supported Features

FeatureSupported?
AggregationYes (DateTime)
SortableYes
Sub-selectsNo