TestComplete aqHTTP call to update the status on bitbar
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Labels:
-
Command Line
-
Test Results
-
Web Testing
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am not too familiar with BitBar, but there are some examples of making aqHTTP requests from within TestComplete [here].
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
