Test case
Model name: TestCase-dm
Represents a test case in the system, which can be used to define and execute tests against a project.
Document definition
object (Root) | |
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) |
{- "Root": {
- "General": {
- "ImportantAdditionForNextTestRun": true,
- "Status": "NEW",
- "Title": "string",
- "Type": "FUNCTIONAL",
- "Automation": "TO_BE_EVALUATED",
- "Prioritization": "MANDATORY",
- "EstimatedExecutionTime": 0,
- "Id": "string",
- "User": "string",
- "ProjectId": "string",
- "ProjectVersionNumber": "string",
- "SubprojectId": "string",
- "TestSuiteId": "string",
- "TechnicalId": "string",
- "TenantId": "string",
- "HasAssignee": true
}, - "Criteria": {
- "TimeRelevance": false,
- "AdditionalToolsAids": [
- {
- "value": "DATABASE"
}
], - "Assignment": [
- {
- "value": "CUSTOMER_APPROVAL"
}
], - "Dependency": "INTERRELATION",
- "TestFocus": "CALCULATION",
- "Tags": "string",
- "SearchTags": [
- {
- "value": "string"
}
]
}, - "Conditions": {
- "Preconditions": "string"
}, - "AdditionalInfo": {
- "TriggeredBy": "string",
- "TriggeredAt": 0,
- "CreatingEvent": "string",
- "Path": "string",
- "CurrentPath": "string",
- "SourceTestCaseInfo": {
- "Id": "string",
- "TenantId": "string",
- "ProjectId": "string",
- "SubprojectId": "string",
- "ProjectVersionNumber": "string"
}
}, - "Sources": {
- "Tickets": "string",
- "Documents": "string"
}, - "Risk": {
- "RiskLevel": "LOW",
- "AutoCalculateLikelihood": true,
- "Likelihood": "ALMOST_CERTAIN",
- "AutoCalculateImpact": true,
- "Impact": "SERIOUS",
- "CombinationLikelihoodImpact": "string"
}, - "TestSteps": [
- {
- "No": 0,
- "Id": "string",
- "Action": "string",
- "ExpectedResult": "string"
}
], - "Metadata": {
- "CreatedBy": "string",
- "DisplayCreatedOn": "2019-08-24T14:15:22Z",
- "CreatedOn": 0,
- "EditedBy": "string",
- "DisplayEditedOn": "2019-08-24T14:15:22Z",
- "EditedOn": 0,
- "IsImported": false,
- "AssignedToVersion": {
- "AssignedToNumber": "string",
- "AssignedToTitle": "string"
}, - "LatestTestCaseExecutionData": {
- "TestedOn": "2019-08-24T14:15:22Z",
- "TestedBy": "string",
- "TestRunId": "string",
- "TestRunTitle": "string",
- "VersionId": "string",
- "VersionTitle": "string",
- "TestCaseId": "string",
- "TestCaseTitle": "string"
}
}, - "Attachments": [
- {
- "FileName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "UploadOn": "2019-08-24",
- "OriginalFileName": "string",
- "UploadBy": "string",
- "Referenced": true,
- "CopyNumber": 0,
- "ThumbnailId": "string",
- "File": {
- "content": "string",
- "attachment_id": "string",
- "internal_filename": "string",
- "original_filename": "string",
- "size": 0,
- "mime_type": "string"
}
}
]
}, - "__meta": {
- "creator": "string",
- "modifier": "string",
- "docRef": "string",
- "modelReference": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "modelVersion": "string"
}
}