It's all about the answers!

Ask a question

Version 3 RQMURlUtility downloaded empty test script


Yaqian Fang (2013223) | asked Oct 10 '11, 11:29 p.m.
Hi,

I used the RQMURlUtility to download test script of Functional Tester type. The result file was empty except header, project area and closing test script tag.

I used the RQMURlUtility from version 2.0.1, and it was able download the full content of a functional tester test script, including script path, script argument etc.

What's missing here? The command I used was:
java -jar RQMUrlUtility.jar -command GET -user admin -password admin -filepath C:\testscript_local.xml -url https://myrqm3.com:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/TestProject/testscript/urn:com.ibm.rqm:testscript:115

2 answers



permanent link
Richard Hesketh (6) | answered Nov 09 '11, 9:33 a.m.
I had this exact issue today, but with a command-line script. The 'testscript' entity only considers manual tests. Scripted/automated tests use the 'remotescript' entity. So, I think what you want is:

java -jar RQMUrlUtility.jar -command GET -user admin -password admin -filepath C:\testscript_local.xml -url https://myrqm3.com:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/TestProject/remotescript/urn:com.ibm.rqm:remotescript:115


See table below 'Resources and their Supported Operations' here: https://jazz.net/wiki/bin/view/Main/RqmApi

permanent link
Yaqian Fang (2013223) | answered Nov 09 '11, 6:42 p.m.
you are right. thanks.

I had this exact issue today, but with a command-line script. The 'testscript' entity only considers manual tests. Scripted/automated tests use the 'remotescript' entity. So, I think what you want is:

java -jar RQMUrlUtility.jar -command GET -user admin -password admin -filepath C:\testscript_local.xml -url https://myrqm3.com:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/TestProject/remotescript/urn:com.ibm.rqm:remotescript:115


See table below 'Resources and their Supported Operations' here: https://jazz.net/wiki/bin/view/Main/RqmApi

Your answer


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.