Field: TestId

Description

TestId allows you to filter on the ID of the Test associated with a Run or assignment.

This field and the Test field can be both used for searching by TestId - but key differences are that:

  • TestId does not support the use of sub-selects.
  • Aggregating by "Test" will group by name.
  • Aggregating by "TestId" will group by the Unique ID of the script.

Examples

Matching by single Id:

TestId = 07649a3b-f086-4d0d-94b8-a14d00850fe9

Matching by multiple Id's:

TestId IN [07649a3b-f086-4d0d-94b8-a14d00850fe9, 91f8769a-1f02-4201-9c85-a14d008e9a43]

See Also

Supported Operators

=, !=

Supported Indexes

Entity, Run

Supported Types

  • AgileRun
  • AutomatedTestAssignment
  • AutomatedTestRun
  • ScriptRun

Supported Features

FeatureSupported?
AggregationYes (Guid)
SortableYes
Sub-selectsNo

  • No labels