test-manager
latest
false
- Getting started
- Project management
- Documents
- Working with Change Impact Analysis
- Create test cases
- Assigning test cases to requirements
- Cloning test cases
- Exporting test cases
- Linking test cases in Studio to Test Manager
- Delete test cases
- Manual test cases
- Importing manual test cases
- Document test cases with Task Capture
- Parameters
- Enabling governance at project level
- Disabling governance at project level
- Enabling governance at test-case level
- Disabling governance at test-case level
- Managing approvers for governed test cases
- Managing governed test cases in the In Work state
- Managing governeed test cases in the In Review state
- Managing governed objects in the Signed state
- Managing comments for governed test cases
- Applying filters and views
- Importing Orchestrator test sets
- Creating test sets
- Adding test cases to a test set
- Assigning default users in test set execution
- Enabling activity coverage
- Enabling Healing Agent
- Configuring test sets for specific execution folders and robots
- Overriding parameters
- Cloning test sets
- Exporting test sets
- Applying filters and views
- Accessibility testing for Test Cloud
- Searching with Autopilot
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
- Troubleshooting
Test Manager user guide
Last updated May 6, 2026
API rate limits are restrictions placed on the number of API requests that can be made within a specific time period. They are designed to control the flow of incoming requests to improve performance, and maintain stability. These rate limits are imposed per IP address, allowed within an interval of five minutes.
For each type of request, the table below shows details about the maximum number of requests allowed within a five-minute interval.
| Request type | Number of allowed requests | Time interval |
|---|---|---|
GET | 1200 | 5 minutes |
POST | 750 | 5 minutes |
PATCH | 200 | 5 minutes |
PUT | 300 | 5 minutes |
OPTIONS | 50 | 5 minutes |
DELETE | 300 | 5 minutes |
Response headers
When the number of requests for an API exceeds the given rate limit, a 429 code returns. To easily find these responses, you can check their specific headers, that indicate information about the rate limitation.
| Response header | Description | Example |
|---|---|---|
RateLimit-Limit | The service limit associated with the client in the current time window. | RateLimit-Limit: 100 |
RateLimit-Remaining | The remaining quota units associated with the expiring-limit. | RateLimit-Remaining: 49 |
RateLimit-Policy | The quota policies currently associated with the client. | RateLimit-Policy: 100;w=300 |
RateLimit-Reset | The number of seconds until the quota associated with the expiring-limit resets. | RateLimit-Reset: 50 |