Forum Discussion
Betty
4 months agoNew Contributor
To trigger QAComplete test sets through the API using TestComplete, you need to use the **REST API** provided by QAComplete. This involves:
1. **Authenticating** with the API using your credentials.
2. **Sending a request** to the appropriate endpoint (e.g., `/test-sets/{id}/run`) with the test set ID you want to execute.
3. **Handling the response** to monitor the execution status and results.
Ensure you have the necessary permissions and API access set up in QAComplete. For detailed implementation, refer to the [QAComplete API documentation](https://smartbear.com/support/resources/qacomplete/docs/api/).
Related Content
- 7 years ago
- 8 years ago