TestCaseLatestOutcomeData interface
This data model is used in TestCaseLatestOutcomeDataProvider and provides latest outcome data for test case
Properties
| completed |
Date when the test result was completed. |
| configuration |
Reference to test configuration. |
| last |
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) |
| point |
Test Point ID whose outcome is represented by this object. |
| test |
Test Case ID whose outcome is represented by this object. |
| test |
Reference ID of test used by test result. |
| test |
Test Result ID whose outcome is represented by this object. |
| test |
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