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

2 Replies

  • shubhimu's avatar
    shubhimu
    Contributor
    Thanks for your reply.

    The database I am using is oracle and the way you mentioned is not working for me because my db is not sql I guess that's the reason
    • richie's avatar
      richie
      Community Hero
      What version of oracle?

      I would expect you to be able to specify the clob type if oracle....

      Ta

      Rich
      • sonya_m's avatar
        sonya_m
        Icon for Alumni rankAlumni

        Thank you for your efforts Richie! Appreciated!

         

        shubhimu were you able to solve this? If not, let's try to continue the investigation here. Looks like Richie might have an idea about what is going on, they just need more info from you.

         

        You can try raising a support ticket here.

         

  • 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