Edit

Share via


TestCaseLatestOutcomeData interface

This data model is used in TestCaseLatestOutcomeDataProvider and provides latest outcome data for test case

Properties

completedDate

Date when the test result was completed.

configurationId

Reference to test configuration.

lastUpdatedDate

Date when the test result was last updated.

outcome

Outcome of the test case. Valid values = (Unspecified, None, Passed, Failed, Inconclusive, Timeout, Aborted, Blocked, NotExecuted, Warning, Error, NotApplicable, Paused, InProgress, NotImpacted)

pointId

Test Point ID whose outcome is represented by this object.

testCaseId

Test Case ID whose outcome is represented by this object.

testCaseReferenceId

Reference ID of test used by test result.

testResultId

Test Result ID whose outcome is represented by this object.

testRunId

Test Run ID whose outcome is represented by this object.

Property Details

completedDate

Date when the test result was completed.

completedDate: Date

Property Value

Date

configurationId

Reference to test configuration.

configurationId: number

Property Value

number

lastUpdatedDate

Date when the test result was last updated.

lastUpdatedDate: Date

Property Value

Date

outcome

Outcome of the test case. Valid values = (Unspecified, None, Passed, Failed, Inconclusive, Timeout, Aborted, Blocked, NotExecuted, Warning, Error, NotApplicable, Paused, InProgress, NotImpacted)

outcome: string

Property Value

string

pointId

Test Point ID whose outcome is represented by this object.

pointId: number

Property Value

number

testCaseId

Test Case ID whose outcome is represented by this object.

testCaseId: number

Property Value

number

testCaseReferenceId

Reference ID of test used by test result.

testCaseReferenceId: number

Property Value

number

testResultId

Test Result ID whose outcome is represented by this object.

testResultId: number

Property Value

number

testRunId

Test Run ID whose outcome is represented by this object.

testRunId: number

Property Value

number