CLA and API Test Automation Adapter for RQM
Hi
With regards to using the Command Line Adapter or a custom Automation Adapter (by editing the API), from my understanding the most we can do with RQM is just invoke these automation scripts and simply display the test result (for eg. pass, fail etc.) within RQM and attach a log from the test target machine where the adapter is running? Am I correct in saying this? Or can more be done via the API, for eg. Maybe pulling the test target machines test scripts into RQM? Maybe displaying their test in a text format?
Thanks
One answer
Hi Leesen,
Automation Adapter is responsible for querying any automation work allocated, initiating the Automation tool, and updating status and messages during execution. Upon completion of the execution, it should convert automation tool-specific log into the Automation Result and upload it back to Rational Quality Manager.
Known limitations with the API.
Automation Adapter is responsible for querying any automation work allocated, initiating the Automation tool, and updating status and messages during execution. Upon completion of the execution, it should convert automation tool-specific log into the Automation Result and upload it back to Rational Quality Manager.
Known limitations with the API.
- Keyword automation is not supported. You can not automate a keyword using custom adapter script. See 73023: Support Automated Keyword using new Test Automation API
- Importing script in bulk is not supported. See 71902: As a user I can Import external scripts using custom Test Automation adapter. As an alternative, you can upload test scripts using Reportable REST API]