次の方法で共有


TestActionResultModel interface

テスト ステップの結果を表します。

Extends

プロパティ

actionPath

テスト ケース作業項目のテスト ステップのパス識別子。 注: 1) ステップの 8 桁の 16 進形式で表されます。 2) 内部的には、最初のステップのステップ ID 値は 2 から始まり、actionPath = 00000002 ステップ 9、ID = 10、actionPath = 0000000a ステップ 15、ID =16、actionPath = 00000010 3) 共有ステップの actionPath がテスト ケースの親ステップと連結されます。 たとえば、00000003はテスト ステップのアクション パスを表し、00000001は共有ステップのアクション パスを示す0000000300000001の種類になります。

iterationId

テスト アクションの結果のイテレーション ID。

sharedStepModel

共有ステップ作業項目への参照。

stepIdentifier

これはテスト ケースのステップ ID です。 共有ステップの場合は、テスト ケースの作業項目の共有ステップのステップ ID です。共有ステップのステップ ID。 例: TestCase 作業項目には、2 つの手順があります。1) 通常のステップ (ID = 1 2) 共有ステップ (ID = 2)。 共有ステップ内: a) Id を持つ標準ステップ = 最初のステップの StepIdentifier の値が 1: "1" 2 番目のステップ: "2;1"

url

テスト アクションの結果の URL。 ホスト環境では非推奨です。

継承されたプロパティ

comment

結果にコメントを付けます。

completedDate

実行が完了した時刻 (UTC)。

durationInMs

実行時間。

errorMessage

結果のエラー メッセージ。

outcome

結果のテスト結果。

startedDate

実行が開始された時刻 (UTC)。

プロパティの詳細

actionPath

テスト ケース作業項目のテスト ステップのパス識別子。 注: 1) ステップの 8 桁の 16 進形式で表されます。 2) 内部的には、最初のステップのステップ ID 値は 2 から始まり、actionPath = 00000002 ステップ 9、ID = 10、actionPath = 0000000a ステップ 15、ID =16、actionPath = 00000010 3) 共有ステップの actionPath がテスト ケースの親ステップと連結されます。 たとえば、00000003はテスト ステップのアクション パスを表し、00000001は共有ステップのアクション パスを示す0000000300000001の種類になります。

actionPath: string

プロパティ値

string

iterationId

テスト アクションの結果のイテレーション ID。

iterationId: number

プロパティ値

number

sharedStepModel

共有ステップ作業項目への参照。

sharedStepModel: SharedStepModel

プロパティ値

stepIdentifier

これはテスト ケースのステップ ID です。 共有ステップの場合は、テスト ケースの作業項目の共有ステップのステップ ID です。共有ステップのステップ ID。 例: TestCase 作業項目には、2 つの手順があります。1) 通常のステップ (ID = 1 2) 共有ステップ (ID = 2)。 共有ステップ内: a) Id を持つ標準ステップ = 最初のステップの StepIdentifier の値が 1: "1" 2 番目のステップ: "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.outcomeから継承された

startedDate

実行が開始された時刻 (UTC)。

startedDate: Date

プロパティ値

Date

testResultModelBase.startedDateから継承された