- Introduction
- Authentication
- Users
- Teams
- SUTs
- Requirements
- Specifications
- Tests
- Test Attributes
- Gherkin Steps
- Test Scanner
- Test cases
- Test case Parameters
- Testcases referencing reusable testcases
- Campaigns
- Schedules
- Sessions
- Bugs
- Assets
- Agents
- SQL Reports
- Dashboard
- New Features
- Reports
- Folders
- Companies
- Categories
- Versioning
- Attachments
- Embedded Images
- Custom Fields
- Search
- Discussion threads
- Summary (Pre-formatted HTML)
- Miscellaneous
- Types
Methods
getSutsTree
getSutForm
getSutDetails
getSutDetailsRevision
getSutCoverageRequirements
getSutCoverageSpecifications
getSutCoverageTests
getSutLinkedRequirements
getSutLinkedSpecifications
getSutLinkedTests
getSutRelatedRequirements
getSutDefectsFoundInManually
getSutDefectsFoundInThroughTests
getSutDefectsFixedIn
getSutResultsTestProgress
getSutForm
getSutDetails
getSutDetailsRevision
getSutCoverageRequirements
getSutCoverageSpecifications
getSutCoverageTests
getSutLinkedRequirements
getSutLinkedSpecifications
getSutLinkedTests
getSutRelatedRequirements
getSutDefectsFoundInManually
getSutDefectsFoundInThroughTests
getSutDefectsFixedIn
getSutResultsTestProgress
Type | Ver. | Command parameter | Parameters |
Getters | |||
GET | 3.2b2+ | getSutsTree | forceRetrievingResults=true|false |
Example of success: |
|||
GET | 7+ | getSutsTree | treeFilter=<treeFilter> forceRetrievingResults=true|false |
Example of success: |
|||
GET | 3.2b2+ | getSutForm | |
Example of success: | |||
GET | 3.2b2+ | getSutDetails | sutId=<id> frozen=<true|false> |
Example of success: |
|||
GET | 3.2b2+ | getSutDetailsRevision | sutId=<id> revision=<revision> |
Example of success: |
|||
GET | 3.3b1+ | getSutCoverageRequirements | sutId=<id> |
Example of success: |
|||
GET | 3.3b1+ | getSutCoverageSpecifications | sutId=<id> |
Example of success: |
|||
GET | 3.3b1+ | getSutCoverageTests | sutId=<id> |
Example of success: |
|||
GET | 3.2+ | getSutLinkedRequirements | sutIds=<id, id, ...> |
Example of success: |
|||
GET | 3.2+ | getSutLinkedSpecifications | sutIds=<id, id, ...> |
Example of success: |
|||
GET | 3.2+ | getSutLinkedTests | sutIds=<id, id, ...> |
Example of success: |
|||
GET | 10+ | getSutRelatedRequirements | sutIds=<id, id, ...> |
Example of success: |
|||
GET | 3.3b2+ | getSutDefectsFoundInManually | sutId=<id> |
Example of success: |
|||
GET | 3.3b2+ | getSutDefectsFoundInThroughTests | sutId=<id> |
Example of success: |
|||
GET | 3.3b2+ | getSutDefectsFixedIn | sutId=<id> |
Example of success: |
|||
GET | 4.1sp9+ | getSutResultsTestProgress | sutId=<id> startDate=<date> stopDate=<date> |
Example of success: |
|||
GET | 4.1sp9+ | getSutResultsTestcaseProgress | sutId=<id> startDate=<date> stopDate=<date> |
Example of success: |
|||
GET | 4.1sp9+ | getSutResultsTests | sutId=<id> |
Example of success: |
|||
GET | 4.1sp9+ | getSutResultsTestcases | sutId=<id> |
Example of success: |
|||
GET | 4.1sp9+ | getSutResultsSteps | sutId=<id> |
Example of success: |
|||
GET | 5+ | getSutResultsHistory | sutId=<id> |
Example of success: |
|||
GET | 6+ | getSutResultsRequirementsSummary | sutId=<id> |
Example of success: |
|||
GET | 5+ | getSutResultsRequirements | sutId=<id> |
Example of success: |
|||
GET | 5+ | getSutResultsRequirementsPerType | sutId=<id> |
Example of success: |
|||
GET | 3.0+ | getSutCustomFields | sutId=<id> |
Example of success: |
|||
GET | 3.0+ | getSutAttachments | sutId=<id> |
Example of success: |
|||
GET | 3.0+ | getSutInheritedAttachments | sutId=<id> |
Example of success: |
|||
GET | 3.0+ | getSutRevisions | sutId=<id> |
Example of success: |
|||
GET | 3.0+ | getSutChanges | sutId=<id> |
Example of success: |
|||
GET | 3.3 | getSutProgress | sutId=<id> |
Example of success: |
|||
GET | 3.3 | getSutRadar | sutId=<id> |
Example of success: |
|||
GET | 3.3 | getSutPyramid | sutId=<id> |
Example of success: |
|||
GET | 8+ | getSutCometTestsPrioritization | sutId=<id> campaignId=<id> |
Example of success: |
|||
GET | 6+ | getSutFolder | sutId=<id> |
Example of success: |
|||
GET | 6+ | getSutFreezeStatus | sutId=<id> |
Example of success: |
|||
Setters | |||
POST | 3.2+ | createSut | parentFolderId=<id> Content of the form with values (see getSutForm) must be passed in the request's body as multi-part. |
Example of success: |
|||
POST | 3.2+ | updateSutDetails | Content of the form with values (see getSutDetails) must be passed in the request's body as multi-part. |
Example of success: Example of failure: | |||
POST | 3.2b0 | linkSutToRequirements |
sutId=<id> (opt.) connectorIndex=<index> The list of the requirement Ids must be passed in the request's body in the object list format |
Example of success: Example of failure: | |||
POST | 3.2+ | insertSutCustomFieldValue | sutId=<id> type=<customFieldType> customFieldId=<id> customFieldValue=<value> |
Example of success: |
|||
POST | 3.2+ | copySuts | sutIds=<id, id, ...> destParentFolderId=<id> |
Example of success: |
|||
POST | 3.2+ | moveSuts | sutIds=<id, id, ...> destParentFolderId=<id> |
Example of success: |
|||
POST | 3.0+ | freezeSut | sutId=<id> |
Example of success: |
|||
POST | 3.0+ | unfreezeSut | sutId=<id> |
Example of success: |
|||
GET | ? | signSut | |
Example of success: |
|||
POST | 3.0+ | deleteSuts | sutIds=<id, id, ...> |
Example of success: |