共用方式為


TestIterationDetailsModel interface

表示測試反復專案結果。

屬性

actionResults

測試步驟會產生反復專案。

attachments

測試反復專案結果中附件的參考。

comment

測試反復專案結果中的批註。

completedDate

執行完成的時間 (UTC) 。

durationInMs

執行持續時間。

errorMessage

測試反復專案結果執行中的錯誤訊息。

id

測試反復專案結果的識別碼。

outcome

如果測試反復專案結果,則為測試結果。

parameters

反復專案中的測試參數。

startedDate

執行開始的時間 (UTC) 。

url

測試反復專案結果的 URL。

屬性詳細資料

actionResults

測試步驟會產生反復專案。

actionResults: TestActionResultModel[]

屬性值

attachments

測試反復專案結果中附件的參考。

attachments: TestCaseResultAttachmentModel[]

屬性值

comment

測試反復專案結果中的批註。

comment: string

屬性值

string

completedDate

執行完成的時間 (UTC) 。

completedDate: Date

屬性值

Date

durationInMs

執行持續時間。

durationInMs: number

屬性值

number

errorMessage

測試反復專案結果執行中的錯誤訊息。

errorMessage: string

屬性值

string

id

測試反復專案結果的識別碼。

id: number

屬性值

number

outcome

如果測試反復專案結果,則為測試結果。

outcome: string

屬性值

string

parameters

反復專案中的測試參數。

parameters: TestResultParameterModel[]

屬性值

startedDate

執行開始的時間 (UTC) 。

startedDate: Date

屬性值

Date

url

測試反復專案結果的 URL。

url: string

屬性值

string