- 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
Type | Ver. | Command parameter | Parameters |
Getters | |||
GET | 9+ | getStatements | (opt.) statementType=<statement type> |
Example of success: |
|||
GET | 9+ | getStatementForm | |
Example of success: | |||
GET | 9+ | getStatementDetails | statementId=<id> |
Example of success: |
|||
GET | 9+ | getStatementDescription | statementId=<id> |
Example of success: |
|||
GET | 9+ | getStatementHelp | statementId=<id> |
Example of success: |
|||
GET | 10+ | getStatementTests | statementId=<id> |
Example of success: |
|||
Setters | |||
POST | 9+ | createStatement |
statementType=<statement type> statementDescription=<description> statementHelp=<help> |
Example of success: |
|||
POST | 9+ | updateStatement |
statementId=<id> statementType=<statement type> statementDescription=<description> statementHelp=<help> |
Example of success: Example of failure: | |||
POST | 9+ | deleteStatements | statementIds=<id, id, ...> |
Example of success: Example of failure: |