Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to programmatically download an RQMS file for offline testcase execution?

I am successfully using curl to download and upload testplans, testcases, testscripts and executionresults. in RQM 5.0.2.

When browsing to the Testcase page, I have the option to select "Offline execution" and then I can download the RQMS file. How do I do this programmatically, without the browser?

The webpage "https://jazz.net/library/article/1376" does not discuss the download of offline execution packages.

Any help is appreciated.

0 votes



One answer

Permanent link
Hi Stefan,

The Reportable REST API doesn't support getting .rqms file. But you can do it by writing Selenium scripts. So the script should do a click on Run Offline option and that should give you the RQMS file

0 votes

Comments

The download will occur on a headless server, therefore Selenium is not an option (I found that actually Selenium does support running headless, but I could not find any docs for Windows). Thank you for the quick answer anyway. I will investigate the HTTP transactions that lead to the download and replay them with a programming language that I haven't decided on yet.

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Sep 02 '15, 5:19 a.m.

Question was seen: 2,339 times

Last updated: Sep 02 '15, 5:49 a.m.

Confirmation Cancel Confirm