Forum Discussion
2 Replies
- BettyNew ContributorTo 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/). 
- BabuluContributorYes I got the solution and implemented its successfully. How to trigger QA Complete test set using TestComplete through API