Test execution (Test case in Run)
Model name: TestRunTestCaseAdditionalFields-dm
Represents a test case execution in the system, which can be used to execute test cases against a project and track their results.
Document definition
object (Meta) [Read only] Contain the meta data information of the document. It will be ignored if included in the request of the update operations (e.g MODIFY_DOCUMENT) | |
object (schemas-Root) |
{- "__meta": {
- "creator": "string",
- "modifier": "string",
- "docRef": "string",
- "modelReference": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "modelVersion": "string"
}, - "Root": {
- "General": {
- "TenantId": "string",
- "Result": "1-Untested",
- "TestRunDocRef": "string",
- "TestSuiteDocRef": "string",
- "TestCaseDocRef": "string",
- "Id": "string",
- "ProjectId": "string",
- "SubprojectId": "string",
- "ResultDetails": "string",
- "Defects": "string",
- "HasTester": true
}, - "Metadata": {
- "CreatedBy": "string",
- "DisplayCreatedOn": "2019-08-24T14:15:22Z",
- "CreatedOn": 0,
- "EditedBy": "string",
- "DisplayEditedOn": "2019-08-24T14:15:22Z",
- "EditedOn": 0,
- "LatestTestCaseExecutionData": {
- "TestRunId": "string",
- "TestCaseId": "string",
- "TestCaseTitle": "string"
}
}, - "TestSteps": [
- {
- "Id": "string",
- "Result": "1-Untested",
- "Number": 0
}
], - "RiskLevelData": {
- "TestCaseId": "string",
- "RiskLevelHeatmap": "string",
- "CombinationRiskLevel": "string",
- "CombinationSeverityFrequency": "string",
- "RiskLevelBusinessLogic": "string",
- "Frequency": "string",
- "Severity": "string",
- "RiskLevelTestHistory": "string",
- "Impact": "string",
- "Likelihood": "string",
- "CombinationLikelihoodImpact": "string",
- "RiskLevelHeatmapValue": "string",
- "ReleaseScope": {
- "RiskLevelReleaseScope": "string",
- "TestType": "string",
- "Priority": "string",
- "CombinationTestTypePriority": "string"
}
}
}
}