共用方式為


TestCaseLatestOutcomeData interface

此資料模型用於 TestCaseLatestOutcomeDataProvider,並提供最新的測試結果資料

屬性

completedDate

測試結果完成的日期。

configurationId

測試組態的參考。

lastUpdatedDate

檢測結果最後更新的日期。

outcome

測試案例的結果。 有效值 = (Unspecified、None、Passed、Failed、Inconclusive、Timeout、Aborted、Blocked、NotExecuted、Warning、Error、NotApplicable、Paused、InProgress、NotImpacted)

pointId

測試點 ID,其結果由此物件代表。

testCaseId

測試案例ID,其結果由此物件代表。

testCaseReferenceId

測試結果所使用的測試參考標識碼。

testResultId

測試結果 ID,其結果由此物件代表。

testRunId

測試執行 ID,其結果由此物件代表。

屬性詳細資料

completedDate

測試結果完成的日期。

completedDate: Date

屬性值

Date

configurationId

測試組態的參考。

configurationId: number

屬性值

number

lastUpdatedDate

檢測結果最後更新的日期。

lastUpdatedDate: Date

屬性值

Date

outcome

測試案例的結果。 有效值 = (Unspecified、None、Passed、Failed、Inconclusive、Timeout、Aborted、Blocked、NotExecuted、Warning、Error、NotApplicable、Paused、InProgress、NotImpacted)

outcome: string

屬性值

string

pointId

測試點 ID,其結果由此物件代表。

pointId: number

屬性值

number

testCaseId

測試案例ID,其結果由此物件代表。

testCaseId: number

屬性值

number

testCaseReferenceId

測試結果所使用的測試參考標識碼。

testCaseReferenceId: number

屬性值

number

testResultId

測試結果 ID,其結果由此物件代表。

testResultId: number

屬性值

number

testRunId

測試執行 ID,其結果由此物件代表。

testRunId: number

屬性值

number