RQMUrlUtility XML Why with soöe TestCase i don't get an xml file?
Hi,
I am using RQMUrlUtility and i do this command:
java.exe -jar RQMUrlUtility.jar -command GET -user lil -password XXXXX -filepath "C:\Users\lil\Documents\xml_way\testcase5.xml"
But the file is not in XML and it shows only the" expected results" or other with text from different section I don't know why and i would like to have the XML to have Access to ist Testplan URL.
Thank you,
best regards I.LELARGE
One answer
The URL looks odd, internal id does not look correct in my test, I tried with something like
https://server:port/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<Project>/testplan/urn:com.ibm.rqm:testplan:7
and it works. if you want to GET a specific test case's XML, it should be like
https://server:port/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<Project>/testcase/urn:com.ibm.rqm:testcase:x
(x is test case numeric id such as 1 in your sample)