共用方式為


TestActionResultModel interface

表示測試步驟結果。

Extends

屬性

actionPath

測試案例 workitem 中測試步驟的路徑標識碼。 注意:1) 它以十六進位格式表示,步驟有8位數。 2) 在內部,第一個步驟的步驟標識符值會從 2 開始,因此 actionPath = 00000002步驟 9,將會有標識符 = 10,而 actionPath = 0000000a 步驟 15,將會有標識符 =16,而 actionPath = 00000010 3) 共用步驟的 actionPath 會與測試案例的父步驟串連。 例如,其類型為 - 0000000300000001其中00000003代表測試步驟的動作路徑,00000001表示共用步驟的動作路徑

iterationId

測試動作結果的反覆項目標識碼。

sharedStepModel

共用步驟工作項目的參考。

stepIdentifier

這是測試案例的步驟標識碼。 針對共用步驟,它是測試案例工作專案中共用步驟的步驟標識符;共用步驟中的步驟標識碼。 範例:TestCase workitem 有兩個步驟:1) 標識元 = 1 2) 共用步驟,標識符 = 2。 在共用步驟內:a) 標識符為 1 步驟的一般步驟 = 第一個步驟的 StepIdentifier 值:“1” 第二個步驟:“2;1"

url

測試動作結果的 URL。 在託管環境中已被取代。

繼承的屬性

comment

結果中的批注。

completedDate

執行完成的時間(UTC)。

durationInMs

執行持續時間。

errorMessage

結果的錯誤訊息。

outcome

結果的測試結果。

startedDate

開始執行的時間(UTC)。

屬性詳細資料

actionPath

測試案例 workitem 中測試步驟的路徑標識碼。 注意:1) 它以十六進位格式表示,步驟有8位數。 2) 在內部,第一個步驟的步驟標識符值會從 2 開始,因此 actionPath = 00000002步驟 9,將會有標識符 = 10,而 actionPath = 0000000a 步驟 15,將會有標識符 =16,而 actionPath = 00000010 3) 共用步驟的 actionPath 會與測試案例的父步驟串連。 例如,其類型為 - 0000000300000001其中00000003代表測試步驟的動作路徑,00000001表示共用步驟的動作路徑

actionPath: string

屬性值

string

iterationId

測試動作結果的反覆項目標識碼。

iterationId: number

屬性值

number

sharedStepModel

共用步驟工作項目的參考。

sharedStepModel: SharedStepModel

屬性值

stepIdentifier

這是測試案例的步驟標識碼。 針對共用步驟,它是測試案例工作專案中共用步驟的步驟標識符;共用步驟中的步驟標識碼。 範例:TestCase workitem 有兩個步驟:1) 標識元 = 1 2) 共用步驟,標識符 = 2。 在共用步驟內:a) 標識符為 1 步驟的一般步驟 = 第一個步驟的 StepIdentifier 值:“1” 第二個步驟:“2;1"

stepIdentifier: string

屬性值

string

url

測試動作結果的 URL。 在託管環境中已被取代。

url: string

屬性值

string

繼承的屬性詳細資料

comment

結果中的批注。

comment: string

屬性值

string

繼承自TestResultModelBase.comment

completedDate

執行完成的時間(UTC)。

completedDate: Date

屬性值

Date

繼承自 testResultModelBase.completedDate

durationInMs

執行持續時間。

durationInMs: number

屬性值

number

繼承自TestResultModelBase.durationInMs

errorMessage

結果的錯誤訊息。

errorMessage: string

屬性值

string

繼承自TestResultModelBase.errorMessage

outcome

結果的測試結果。

outcome: string

屬性值

string

繼承自TestResultModelBase.result

startedDate

開始執行的時間(UTC)。

startedDate: Date

屬性值

Date

繼承自TestResultModelBase.startedDate