Forum Discussion

Babulu's avatar
Babulu
Contributor
3 years ago

How to trigger QA Complete test sets through API Using testComplete

HI Team,

              I want to trigger QA Complete test set using TestComplete through API

  • Betty's avatar
    Betty
    New 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/).

  • Yes I got the solution and implemented its successfully.

     How to trigger QA Complete test set using TestComplete through API