TestIterationDetailsModel interface
Represents a test iteration result.
Properties
| action |
Test step results in an iteration. |
| attachments | Reference to attachments in test iteration result. |
| comment | Comment in test iteration result. |
| completed |
Time when execution completed(UTC). |
| duration |
Duration of execution. |
| error |
Error message in test iteration result execution. |
| id | ID of test iteration result. |
| outcome | Test outcome if test iteration result. |
| parameters | Test parameters in an iteration. |
| started |
Time when execution started(UTC). |
| url | Url to test iteration result. |
Property Details
actionResults
Test step results in an iteration.
actionResults: TestActionResultModel[]
Property Value
attachments
Reference to attachments in test iteration result.
attachments: TestCaseResultAttachmentModel[]
Property Value
comment
Comment in test iteration result.
comment: string
Property Value
string
completedDate
Time when execution completed(UTC).
completedDate: Date
Property Value
Date
durationInMs
Duration of execution.
durationInMs: number
Property Value
number
errorMessage
Error message in test iteration result execution.
errorMessage: string
Property Value
string
id
ID of test iteration result.
id: number
Property Value
number
outcome
Test outcome if test iteration result.
outcome: string
Property Value
string
parameters
Test parameters in an iteration.
parameters: TestResultParameterModel[]
Property Value
startedDate
Time when execution started(UTC).
startedDate: Date
Property Value
Date
url
Url to test iteration result.
url: string
Property Value
string