- 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
getTestTypes
getTestsTree
getTestRootStatistics
getTestFolderStatistics
getTestForm
getTestDetails
getTestDetailsRevision
getTestScope
getTestScopeRevision
getTestAuthor
getTestDeveloper
getTestLinkedSuts
getTestLinkedRequirements
getTestLinkedSpecifications
getTestCustomFields
getTestAttachments
getTestInheritedAttachments
getTestTestcases
getTestAttributes
getTestsTree
getTestRootStatistics
getTestFolderStatistics
getTestForm
getTestDetails
getTestDetailsRevision
getTestScope
getTestScopeRevision
getTestAuthor
getTestDeveloper
getTestLinkedSuts
getTestLinkedRequirements
getTestLinkedSpecifications
getTestCustomFields
getTestAttachments
getTestInheritedAttachments
getTestTestcases
getTestAttributes
getTestRequirements
getTestCampaigns
getTestRevisions
getTestChanges
getTestResultsTestcases
getTestResultsSteps
getTestResultsHistory
getTestFreezeStatus
getTestAssets
getTestAssetRule
getTestEstimatedTime
getTestDependencies
getTestParamsCombinations
getCategoryTestsWithCanonicalPath
createTest
generateTests
updateTestDetails
updateTestsStatus
updateTestsPriority
updateTestsType
updateTestScope
updateTestTestcases
updateTestEstimatedTime
getTestCampaigns
getTestRevisions
getTestChanges
getTestResultsTestcases
getTestResultsSteps
getTestResultsHistory
getTestFreezeStatus
getTestAssets
getTestAssetRule
getTestEstimatedTime
getTestDependencies
getTestParamsCombinations
getCategoryTestsWithCanonicalPath
createTest
generateTests
updateTestDetails
updateTestsStatus
updateTestsPriority
updateTestsType
updateTestScope
updateTestTestcases
updateTestEstimatedTime
Type | Ver. | Command parameter | Parameters |
Getters | |||
GET | 5beta2+ | getTestTypes | |
Example of success: | |||
GET | 7+ | getTestTypes | treeFilter=<treeFilter> |
Example of success: | |||
GET | 3.3b2+ | getTestsTree | |
Example of success: |
|||
GET | ? | getTestRootStatistics | |
Example of success: |
|||
GET | ? | getTestFolderStatistics | |
Example of success: |
|||
GET | 3.2+ | getTestForm | |
Example of success: |
|||
GET | 3.2+ | getTestDetails | testId=<id> (opt.) frozen=<true|false> |
Example of success: |
|||
GET | 3.2+ | getTestDetailsRevision | testId=<id> revision=<revision> |
Example of success: |
|||
GET | 3.2+ | getTestScope | testId=<id> (opt.) frozen=<true|false> |
Example of success: |
|||
GET | 3.2+ | getTestScopeRevision | testId=<id> |
Example of success: |
|||
GET | 8+ | getTestAuthor | testId=<id> |
Example of success: |
|||
GET | 8+ | getTestDeveloper | testId=<id> |
Example of success: |
|||
GET | 3.2+ | getTestLinkedSuts | testIds=<id, id, ...> |
Example of success: |
|||
GET | 3.2+ | getTestLinkedRequirements | testIds=<id, id, ...> |
Example of success: |
|||
GET | 3.2+ | getTestLinkedSpecifications | testIds=<id, id, ...> |
Example of success: |
|||
GET | 3.0+ | getTestCustomFields | testId=<id> |
Example of success: |
|||
GET | 3.0+ | getTestAttachments | testId=<id> |
Example of success: |
|||
GET | 3.0+ | getTestInheritedAttachments | testId=<id> |
Example of success: |
|||
GET | 3.3b2+ | getTestTestcases | testId=<id> |
Example of success: |
|||
GET | 4.1b1+ | getTestAttributes | testId=<id> |
Example of success: |
|||
GET | 3.1sp3+ | getTestRequirements | testIds=<id, id, ...> |
Example of success: |
|||
GET | 5+ | getTestCampaigns | testId=<id> |
Example of success: |
|||
GET | 3.0+ | getTestRevisions | testId=<id> |
Example of success: |
|||
GET | 3.0+ | getTestChanges | testId=<id> |
Example of success: |
|||
GET | 5+ | getTestResultsTestcases | testId=<id> |
Example of success: |
|||
GET | 5+ | getTestResultsSteps | testId=<id> |
Example of success: |
|||
GET | 5+ | getTestResultsHistory | testId=<id> |
Example of success: |
|||
GET | 6+ | getTestFreezeStatus | testId=<id> |
Example of success: |
|||
GET | 6+ | getTestAssets | testId=<id> |
Example of success: |
|||
GET | 6+ | getTestAssetRule | testId=<id> |
Example of success: |
|||
GET | 6+ | getTestEstimatedTime | testId=<id> |
Example of success: |
|||
GET | 6+ | getTestDependencies | testId=<id> |
Example of success: |
|||
GET | 7+ | getTestParamsCombinations | testId=<id> |
Example of success: |
|||
GET | 9+ | getCategoryTestsWithCanonicalPath | categoryId=<id> |
Example of success: |
|||
Setters | |||
POST | 3.0+ | createTest | parentFolderId=<id> Content of the form with values (see getTestForm) must be passed in the request's body as multi-part. |
Example of success: |
|||
POST | 6b2+ | generateTests |
treeType=<treeType> srcFolderId=<id> of the source requirement folder destFolderId=<id> of the destination test folder (opt.) defaultTestType=integer value of the <testType> (opt.) defaultTestStatus=<testStatus> (opt.) defaultTestPriority=<testPriority> (opt.) renameFolderIfExisting=<true|false> (opt.) renameTestIfExisting=<true|false> |
Example of success: |
|||
POST | 3.2+ | updateTestDetails | Content of the form with values (see getTestDetails) must be passed in the request's body as multi-part. |
Example of success: Example of failure: | |||
POST | 3.2+ | updateTestScope | Content of the form with values (see getTestScope) must be passed in the request's body as multi-part. |
Example of success: Example of failure: | |||
POST | 5+ | updateTestsStatus | testIds=<id, id, ...> status=<testStatus> |
Example of success: Example of failure: | |||
POST | 5+ | updateTestsPriority | testIds=<id, id, ...> priority=<testPriority> |
Example of success: Example of failure: | |||
POST | 5+ | updateTestsType | testIds=<id, id, ...> type=<testType> |
Example of success: Example of failure: | |||
POST | 4.0+ | updateTestTestcases | testId=<id> testcaseIds=<id, id, ...> |
Example of success: |
|||
POST | 6+ | updateTestEstimatedTime | testId=<id> estimatedTime=<estimatedTime> (in milliseconds) |
Example of success: Example of failure: | |||
POST | 3.2+ | linkTestToRequirements |
testId=<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+ | linkTestToSpecifications |
testId=<id> The list of the specification Ids must be passed in the request's body in the object list format |
Example of success: Example of failure: | |||
POST | 4.1+ | insertTestAttributeValue | testId=<id> attributeType=<attributeType> attributeId=<id> attributeValue=<value> |
Example of success: Example of failure: | |||
POST | 4.1+ | removeTestAttributeValue | testId=<id> attributeType=<attributeType> attributeId=<id> |
Example of success: Example of failure: | |||
POST | 3.2+ | insertTestCustomFieldValue | testId=<id> type=<customFieldType> customFieldId=<id> customFieldValue=<value>... |
Example of success: |
|||
POST | 3.3b5+ | copyTests | testIds=<id, id, ...> testNames=<name, name, ...> destParentFolderId=<id> |
Example of success: |
|||
POST | 3.2sp3+ | moveTests | testIds=<id, id, ...> testNames=<name, name, ...> destParentFolderId=<id> |
Example of success: |
|||
POST | 3.0+ | freezeTest | testId=<id> |
Example of success: |
|||
POST | 3.0+ | unfreezeTest | testId=<id> |
Example of success: |
|||
GET | ? | signTest | |
Example of success: |
|||
POST | 3.0+ | deleteTests | testIds=<id, id, ...> |
Example of success: |