- Introduction
- Authentication
- Miscellaneous
- User_rights
- Versioning
- Attachments
- Embedded Images
- Reports
- Custom Fields
- Search
- Discussion threads
- Folders
- Companies
- Categories
- User Profiles
- Users
- Teams
- SUTs
- Requirements
- Specifications
- Test Attributes
- Tests
- Test case Parameters
- Test cases
- Testcases referencing reusable testcases
- Campaigns
- Sessions
- Bugs
- Assets
- Agents
- SQL Reports
- Dashboard
- New Features
- Summary (Pre-formatted HTML)
- Types
Methods
getSutsTree
getSutForm
getSutDetails
getSutDetailsRevision
getSutCoverageRequirements
getSutCoverageSpecifications
getSutCoverageTests
getSutLinkedRequirements
getSutLinkedSpecifications
getSutLinkedTests
getSutDefectsFoundInManually
getSutDefectsFoundInThroughTests
getSutDefectsFixedIn
getSutForm
getSutDetails
getSutDetailsRevision
getSutCoverageRequirements
getSutCoverageSpecifications
getSutCoverageTests
getSutLinkedRequirements
getSutLinkedSpecifications
getSutLinkedTests
getSutDefectsFoundInManually
getSutDefectsFoundInThroughTests
getSutDefectsFixedIn
Type | Ver. | Command parameter | Parameters |
Getters | |||
GET | 3.2b2+ | getSutsTree | 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 | 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 | 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: |
|||
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> requirementIds=<id, id, ...> |
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: |
|||
POST | 3.0+ | deleteSuts | sutIds=<id, id, ...> |
Example of success: |