Forum Discussion
2 Replies
- shubhimuContributorThanks 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- richieCommunity HeroWhat version of oracle?
I would expect you to be able to specify the clob type if oracle....
Ta
Rich- sonya_m
Alumni
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.
- BettyNew 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/).
- BabuluContributor
Yes I got the solution and implemented its successfully.
How to trigger QA Complete test set using TestComplete through API