Forum Discussion

gtaub's avatar
gtaub
Occasional Contributor
2 years ago

TestComplete aqHTTP call to update the status on bitbar

We are executing tests via python scripts and have found that when submitting to bitbar to execute, some tests that fail in testcomplete are not updated in bitbar correctly. We would like to manage the test status updates via test complete.

 

Ex. curl -u <api-key>: https://cloud.bitbar.com/api/me/projects

How do we convert this command set to be able to use it via a aqHTTP call via test complete?

2 Replies

  • Kitt's avatar
    Kitt
    Regular Contributor

    I am not too familiar with BitBar, but there are some examples of making aqHTTP requests from within TestComplete [here].

    • gtaub's avatar
      gtaub
      Occasional Contributor

      Kitt,

       

      Thank you for your response. We are aware of the aqHttpRequest command as it is provided by Smartbear support site. The challenge is in how to convert the curl command that is also supplied on the smartbear bitbar site to use the aqHttpRequest option