RQMURLUtility Script ID in href
Hi
i'm downloading Test cases using RQMURLUtility.
In the XML file, under Test Case I can find the test script with its href.
in some cases the href ends with test script ID: https://localhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/JKE+Banking+%28Quality+Management%29/testscript/urn:com.ibm.rqm:testscript:<script ID>
and in other cases i get the test script name:
Why the diffrences?
how can i get only test script IDs?
Accepted answer
Comments
Thanks! It is probably the issue.
I don't think the webId can be used for every test artifact. If you are just concerned about the Hebrew characters, you can try to convert them to percentage encoding when using RQMURLUtility. I find the below website quite handy.
http://r12a.github.io/apps/conversion/
thanks