次の方法で共有


TestIterationDetailsModel interface

テストイテレーションの結果を表します。

プロパティ

actionResults

テスト ステップの結果、イテレーションが発生します。

attachments

テストイテレーション結果の添付ファイルへの参照。

comment

テストイテレーションの結果にコメントを付けます。

completedDate

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

durationInMs

実行時間。

errorMessage

テスト イテレーションの結果の実行中のエラー メッセージ。

id

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

outcome

テストイテレーションの結果の場合のテスト結果。

parameters

イテレーション内のパラメーターをテストします。

startedDate

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

url

反復結果をテストする URL。

プロパティの詳細

actionResults

テスト ステップの結果、イテレーションが発生します。

actionResults: TestActionResultModel[]

プロパティ値

attachments

テストイテレーション結果の添付ファイルへの参照。

attachments: TestCaseResultAttachmentModel[]

プロパティ値

comment

テストイテレーションの結果にコメントを付けます。

comment: string

プロパティ値

string

completedDate

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

completedDate: Date

プロパティ値

Date

durationInMs

実行時間。

durationInMs: number

プロパティ値

number

errorMessage

テスト イテレーションの結果の実行中のエラー メッセージ。

errorMessage: string

プロパティ値

string

id

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

id: number

プロパティ値

number

outcome

テストイテレーションの結果の場合のテスト結果。

outcome: string

プロパティ値

string

parameters

イテレーション内のパラメーターをテストします。

parameters: TestResultParameterModel[]

プロパティ値

startedDate

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

startedDate: Date

プロパティ値

Date

url

反復結果をテストする URL。

url: string

プロパティ値

string