Field: StartedAt
Description
Started At is a reference field for automated script assignments and indicates when a run was started.
Not all automated test result files/formats/tools provide a StartedAt and/or FinishedAt value, in which case the value will be empty for these fields.
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
StartedAt = 'January 18, 2011, 9:15 am'
Or:
StartedAt = '18 January 2011, 09:15'
To find all items that were finished between 2 dates, write the following query:
StartedAt IN [2011-10-24, 2011-11-02]
Supported Operators
=, <, >, <=, >=, IN, !=, NOT IN, IS, IS NOT
Supported Indexes
Supported Types
- AutomatedTestAssignment
- AutomatedTestRun
Supported Features
Feature | Supported? |
---|---|
Aggregation | Yes (DateTime) |
Sortable | Yes |
Sub-selects | No |