Test suite
Model name: TestSuite-dm
Represents a collection of test cases that can be executed together as part of a test run. It allows for organizing and managing related test cases within 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": {
- "ProjectId": "string",
- "ProjectVersionNumber": "string",
- "SubprojectId": "string",
- "Title": "string",
- "Id": "string",
- "TechnicalId": "9f9c08c8-0a2f-4821-9bc1-cde122c23c3a",
- "TenantId": "string",
- "Order": "string",
- "Tags": "string",
- "Description": "string",
- "SearchableTags": "string",
- "RecommendedPriority": {
- "Value": "string"
}, - "SearchTags": [
- {
- "Value": "string"
}
]
}, - "Metadata": {
- "CreatedBy": "string",
- "DisplayCreatedOn": "2019-08-24T14:15:22Z",
- "CreatedOn": 0,
- "EditedBy": "string",
- "DisplayEditedOn": "2019-08-24T14:15:22Z",
- "EditedOn": 0,
- "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"
}
}