CustomTestCaseResultData interface
This data model is used in TestRunDataProvider and provides the TestCaseResultsData for a Test run
Properties
area | Reference to area path of test. |
configuration | Reference to test configuration. Type ShallowReference. |
custom |
Array of custom data for additional categorization of the test result. Value of the CustomTestField cannot be more than 1KB. |
duration |
Duration of test execution in milliseconds. If not provided value will be set as CompletedDate - StartedDate |
id | ID of a test result. |
outcome | Test outcome of test result. Valid values = (Unspecified, None, Passed, Failed, Inconclusive, Timeout, Aborted, Blocked, NotExecuted, Warning, Error, NotApplicable, Paused, InProgress, NotImpacted) |
owner | Reference to test owner. |
priority | Priority of test executed. |
test |
Reference to the test executed. |
test |
Reference to test suite test case workitem is part of. |
Property Details
area
configuration
Reference to test configuration. Type ShallowReference.
configuration: ShallowReference
Property Value
customFields
Array of custom data for additional categorization of the test result. Value of the CustomTestField cannot be more than 1KB.
customFields: CustomTestField[]
Property Value
durationInMs
Duration of test execution in milliseconds. If not provided value will be set as CompletedDate - StartedDate
durationInMs: number
Property Value
number
id
ID of a test result.
id: number
Property Value
number
outcome
Test outcome of test result. Valid values = (Unspecified, None, Passed, Failed, Inconclusive, Timeout, Aborted, Blocked, NotExecuted, Warning, Error, NotApplicable, Paused, InProgress, NotImpacted)
outcome: string
Property Value
string
owner
priority
Priority of test executed.
priority: number
Property Value
number
testCase
testSuite
Reference to test suite test case workitem is part of.
testSuite: ShallowReference