TestCaseLatestOutcomeData interface
此資料模型用於 TestCaseLatestOutcomeDataProvider,並提供最新的測試結果資料
屬性
| completed |
測試結果完成的日期。 |
| configuration |
測試組態的參考。 |
| last |
檢測結果最後更新的日期。 |
| outcome | 測試案例的結果。 有效值 = (Unspecified、None、Passed、Failed、Inconclusive、Timeout、Aborted、Blocked、NotExecuted、Warning、Error、NotApplicable、Paused、InProgress、NotImpacted) |
| point |
測試點 ID,其結果由此物件代表。 |
| test |
測試案例ID,其結果由此物件代表。 |
| test |
測試結果所使用的測試參考標識碼。 |
| test |
測試結果 ID,其結果由此物件代表。 |
| test |
測試執行 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