Using selenium via python to access SaaS RQM - how to check if a Test Script already exists
I have a python script that uses Selenium to access our IBM SaaS RQM server to upload multiple Test Scripts one at a time from XML files.
It actually works,
BUT I cannot deal with the case where the Test Script already exists and attempts to upload fail with:
AQXPL5009E Another test script is already named ...
I have not tried using the rqm.integration.services REST API - can anyone point me to a SIMPLE list of the available commands and HOW TO USE THEM on a SaaS site (all IBM documentation found so far seems to assume on-site servers and vast experience).
ETM v7.0.2
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
This appears to be a logic question. You should adjust your code to look for that error message, and then handle appropriate. The supported REST APIs can be found at https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding?cover=print