CustomTestCaseResultData interface
此數據模型用於 TestRunDataProvider,並提供 TestCaseResultsData 以進行測試回合
屬性
| area | 測試區域路徑的參考。 |
| associated |
連結到測試結果之 Bug 的參考。 |
| automated |
執行測試的完整名稱。 |
| automated |
測試所屬的容器。 |
| build | 淺層參考,用來建立與測試結果相關聯的組建。 |
| computer |
執行測試的計算機名稱。 |
| configuration | 測試組態的參考。 輸入 ShallowReference。 |
| duration |
以毫秒為單位的測試執行持續時間。 如果未提供的值將會設定為 CompletedDate - StartedDate |
| error |
測試執行中的錯誤訊息。 |
| id | 測試結果的標識碼。 |
| iteration |
測試的反覆運算路徑。 |
| outcome | 測試結果的測試結果。 有效值 = (Unspecified、None、Passed、Failed、Inconclusive、Timeout、Aborted、Blocked、NotExecuted、Warning、Error、NotApplicable、Paused、InProgress、NotImpacted) |
| owner | 測試擁有者的參考。 |
| priority | 執行測試的優先順序。 |
| run |
身分識別的參考已執行測試。 |
| stack |
具有 maxSize= 1000 個字元的 Stacktrace。 |
| test |
執行測試的參考。 |
| test |
測試結果所使用的測試參考標識碼。 類型 TestResultMetaData |
| test |
測試回合的參考。 |
| test |
測試套件測試案例 workitem 的參考是其中的一部分。 |
屬性詳細資料
area
associatedBugs
automatedTestName
執行測試的完整名稱。
automatedTestName: string
屬性值
string
automatedTestStorage
測試所屬的容器。
automatedTestStorage: string
屬性值
string
build
computerName
執行測試的計算機名稱。
computerName: string
屬性值
string
configuration
durationInMs
以毫秒為單位的測試執行持續時間。 如果未提供的值將會設定為 CompletedDate - StartedDate
durationInMs: number
屬性值
number
errorMessage
測試執行中的錯誤訊息。
errorMessage: string
屬性值
string
id
測試結果的標識碼。
id: number
屬性值
number
iterationPath
測試的反覆運算路徑。
iterationPath: string
屬性值
string
outcome
測試結果的測試結果。 有效值 = (Unspecified、None、Passed、Failed、Inconclusive、Timeout、Aborted、Blocked、NotExecuted、Warning、Error、NotApplicable、Paused、InProgress、NotImpacted)
outcome: string
屬性值
string
owner
priority
執行測試的優先順序。
priority: number
屬性值
number
runBy
stackTrace
具有 maxSize= 1000 個字元的 Stacktrace。
stackTrace: string
屬性值
string
testCase
testCaseReferenceId
測試結果所使用的測試參考標識碼。 類型 TestResultMetaData
testCaseReferenceId: number
屬性值
number