DevopsTestSuiteGroupExec

Records the execution lifecycle of a test suite group within a DevOps pipeline stage, including execution status, quality gate outcomes, timing information, and deployment request details. This object is available in API version 67.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
DevopsPipelineStageTriggerId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
References the pipeline stage trigger with which this test suite stage is associated.
Relationship Name
DevopsPipelineStageTrigger
Refers To
DevopsPipelineStageTrigger
ExecutionEndTime
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
The date and time when the test suite group finished executing. This field remains null (nillable) while the execution is actively In Progress or Pending and is populated immediately upon the completion, failure, or error termination of the run.
ExecutionStartTime
Type
dateTime
Properties
Create, Filter, Sort, Update
Description
The precise date and time when the execution of the test suite group officially commenced within the DevOps pipeline stage. It is used alongside the end time to calculate the total duration of the test execution lifecycle.
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last accessed this record indirectly, for example, through a list view or related record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last viewed this record or list view. If this value is null, and LastReferenceDate is not null, the user accessed this record or list view indirectly.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
System-generated unique identifier (auto-number) for the DevOps Test Suite Stage record.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Identifies the user or queue that owns the test suite group execution record.
Relationship Name
Owner
Refers To
Group, User
PendingExecutionCount
Type
int
Properties
Filter, Group, Nillable, Sort
Description
Indicates the number of test executions that are still pending within the execution group.
QualityGateStatus
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Represents the outcome of quality gate validation for the execution group.
Possible values are:
  • Error
  • Failed
  • InProgress
  • Passed
RequestInfoId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
References the DevOps request or deployment request associated with this execution.
Relationship Name
RequestInfo
Refers To
DevopsRequestInfo
Status
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Restricted picklist, Sort, Update
Description
Represents the overall execution status of the test suite group.
Possible values are:
  • Error
  • Failed
  • InProgress
  • Passed