TestCaseResult interface
テスト結果を表します。
プロパティ
afn |
アクション記録のテスト添付ファイル ID。 |
analysis |
AnalysisFailureGroups |
area | テストの領域パスへの参照。 |
associated |
テスト結果にリンクされているバグへの参照。 |
attempt | 企て |
automated |
dll 内のテスト メソッドを表す ID。 |
automated |
実行されたテストの完全修飾名。 |
automated |
テストが属するコンテナー。 |
automated |
自動テストの種類。 |
automated |
自動テストの TypeId。 |
bucketing |
バケット システム |
bucket |
Bucket Uid |
build | テスト結果に関連付けられたビルドへの浅い参照。 |
build |
テスト結果に関連付けられているビルドへの参照。 |
build |
ビルドの種類 |
comment | maxSize= 1000 文字のテスト結果にコメントします。 |
completed |
テスト実行が完了した時刻 (UTC)。 完了日は StartedDate より大きくする必要があります。 |
computer |
テストが実行されたコンピューター名。 |
configuration | テスト構成への参照。 「ShallowReference」と入力します。 |
created |
テスト結果の作成時のタイムスタンプ (UTC)。 |
custom |
テスト結果の追加プロパティ。 |
dimensions | 寸法 |
duration |
テストの実行時間 (ミリ秒単位)。 指定しない場合、値は CompletedDate - StartedDate に設定されます |
error |
テスト実行中のエラー メッセージ。 |
exception |
例外の種類 |
execution |
実行番号 |
failing |
テスト結果が失敗し始めた場合の情報。 |
failure |
テスト結果の失敗の種類。 有効な値= (既知の問題、新しい問題、回帰、不明、なし) |
id | テスト結果の ID。 |
is |
システムの問題かどうかを保持するブール値 |
iteration |
手動テストにのみ使用されるテスト イテレーションのテスト結果の詳細。 |
last |
ID の最後に更新されたテスト結果への参照。 |
last |
テスト結果の最終更新日時 (UTC)。 |
layout |
LayoutId |
links | リンク "type" プロパティの有効な値 = (MoreInfo、ResultInvestigation、TestInfo) |
locale | ロケール |
outcome | テスト結果のテスト結果。 有効な値 = (Unspecified、None、Passed、Failed、Inconclusive、Timeout、Aborted、Blocked、NotExecuted、Warning、Error、NotApplicable、Paused、InProgress、NotImpacted) |
owner | テスト所有者への参照。 |
priority | 実行されるテストの優先順位。 |
project | チーム プロジェクトへの参照。 |
release | テスト結果に関連付けられているリリースへの浅い参照。 |
release |
テスト結果に関連付けられているリリースへの参照。 |
reset |
ResetCount。 |
resolution |
テスト結果の解決状態。 |
resolution |
解決状態の ID。 |
result |
結果の階層の種類。既定値の None はリーフ ノードを意味します。 |
revision | テスト結果のリビジョン番号。 |
run |
テストを実行した ID への参照。 |
source |
ソース システムからの testResult の TestCaseId |
stack |
maxSize= 1000 文字の Stacktrace。 |
started |
テスト実行が開始された時刻 (UTC)。 |
state | テスト結果の状態。 TestRunState 型。 |
sub |
テスト結果内のサブ結果の一覧。ResultGroupType が None でない場合は、対応する型のサブ結果が保持されます。 |
test |
実行されたテストへの参照。 |
test |
テスト結果で使用されるテストの参照 ID。 Type TestResultMetaData |
test |
TestCaseRevision 番号。 |
test |
テストの名前。 |
test |
ビルド フェーズの有効な値 = (SystemSetup、UserSetup、Test、UserCleanup、SystemCleanup) |
test |
テスト計画のテスト ケース作業項目への参照は、その一部です。 |
test |
実行されたテスト ポイントへの参照。 |
test |
テスト実行への参照。 |
test |
テスト スイートのテスト ケースの作業項目への参照は、その一部です。 |
topology |
トポロジ ID |
url | テスト結果の URL。 |
プロパティの詳細
afnStripId
アクション記録のテスト添付ファイル ID。
afnStripId: number
プロパティ値
number
analysisFailureGroups
AnalysisFailureGroups
analysisFailureGroups: TestAnalysisFailureGroup[]
プロパティ値
area
associatedBugs
attempt
企て
attempt: number
プロパティ値
number
automatedTestId
dll 内のテスト メソッドを表す ID。
automatedTestId: string
プロパティ値
string
automatedTestName
実行されたテストの完全修飾名。
automatedTestName: string
プロパティ値
string
automatedTestStorage
テストが属するコンテナー。
automatedTestStorage: string
プロパティ値
string
automatedTestType
自動テストの種類。
automatedTestType: string
プロパティ値
string
automatedTestTypeId
自動テストの TypeId。
automatedTestTypeId: string
プロパティ値
string
bucketingSystem
バケット システム
bucketingSystem: string
プロパティ値
string
bucketUid
Bucket Uid
bucketUid: string
プロパティ値
string
build
buildReference
buildType
ビルドの種類
buildType: string
プロパティ値
string
comment
maxSize= 1000 文字のテスト結果にコメントします。
comment: string
プロパティ値
string
completedDate
テスト実行が完了した時刻 (UTC)。 完了日は StartedDate より大きくする必要があります。
completedDate: Date
プロパティ値
Date
computerName
テストが実行されたコンピューター名。
computerName: string
プロパティ値
string
configuration
createdDate
テスト結果の作成時のタイムスタンプ (UTC)。
createdDate: Date
プロパティ値
Date
customFields
dimensions
durationInMs
テストの実行時間 (ミリ秒単位)。 指定しない場合、値は CompletedDate - StartedDate に設定されます
durationInMs: number
プロパティ値
number
errorMessage
テスト実行中のエラー メッセージ。
errorMessage: string
プロパティ値
string
exceptionType
例外の種類
exceptionType: string
プロパティ値
string
executionNumber
実行番号
executionNumber: number
プロパティ値
number
failingSince
failureType
テスト結果の失敗の種類。 有効な値= (既知の問題、新しい問題、回帰、不明、なし)
failureType: string
プロパティ値
string
id
テスト結果の ID。
id: number
プロパティ値
number
isSystemIssue
システムの問題かどうかを保持するブール値
isSystemIssue: boolean
プロパティ値
boolean
iterationDetails
手動テストにのみ使用されるテスト イテレーションのテスト結果の詳細。
iterationDetails: TestIterationDetailsModel[]
プロパティ値
lastUpdatedBy
lastUpdatedDate
テスト結果の最終更新日時 (UTC)。
lastUpdatedDate: Date
プロパティ値
Date
layoutUid
LayoutId
layoutUid: string
プロパティ値
string
links
locale
ロケール
locale: 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
project
release
releaseReference
resetCount
ResetCount。
resetCount: number
プロパティ値
number
resolutionState
テスト結果の解決状態。
resolutionState: string
プロパティ値
string
resolutionStateId
解決状態の ID。
resolutionStateId: number
プロパティ値
number
resultGroupType
revision
テスト結果のリビジョン番号。
revision: number
プロパティ値
number
runBy
sourceSystemTestCaseId
ソース システムからの testResult の TestCaseId
sourceSystemTestCaseId: string
プロパティ値
string
stackTrace
maxSize= 1000 文字の Stacktrace。
stackTrace: string
プロパティ値
string
startedDate
テスト実行が開始された時刻 (UTC)。
startedDate: Date
プロパティ値
Date
state
テスト結果の状態。 TestRunState 型。
state: string
プロパティ値
string
subResults
テスト結果内のサブ結果の一覧。ResultGroupType が None でない場合は、対応する型のサブ結果が保持されます。
subResults: TestSubResult[]
プロパティ値
testCase
testCaseReferenceId
テスト結果で使用されるテストの参照 ID。 Type TestResultMetaData
testCaseReferenceId: number
プロパティ値
number
testCaseRevision
TestCaseRevision 番号。
testCaseRevision: number
プロパティ値
number
testCaseTitle
テストの名前。
testCaseTitle: string
プロパティ値
string
testPhase
ビルド フェーズの有効な値 = (SystemSetup、UserSetup、Test、UserCleanup、SystemCleanup)
testPhase: string
プロパティ値
string
testPlan
testPoint
testRun
testSuite
topologyId
トポロジ ID
topologyId: number
プロパティ値
number
url
テスト結果の URL。
url: string
プロパティ値
string