It's all about the answers!

Ask a question

Using selenium via python to access SaaS RQM - how to check if a Test Script already exists


David Sedar (2838) | asked Aug 29 '23, 9:39 a.m.

 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


Comments
Michael Rowe commented Aug 29 '23, 2:31 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR

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

Be the first one to answer this question!


Register or to post your answer.


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.