Associate testscript with testcase using RQMUrlUtility
We are uploading test cases and test scripts separately however, I cannot seem to create that relationship between the two in my XML files.
In my testcase XML file I currently have this:
<testscript href="URLtoTestScript" />
am I using the wrong tags or keywords?
I can provide more information if any is needed.
In my testcase XML file I currently have this:
am I using the wrong tags or keywords?
I can provide more information if any is needed.
11 answers
I found my problem. Our script was replacing our blank spaces with %20, and apparently they needed to be + so for example my projects name was
Brandon Test Project
so here's how it was
"https://server:port/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Brandon%20Test%20Project /testscript/tscript129805470982412"
it should be
"https://server:port/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Brandon+Test+Project /testscript/tscript129805470982412"
The only thing I can think of is that the person before me that was using this script must have been uploading into a project that contained no spaces. Thank you for all the help sorry I sent you down this wild goose chase :)
P.S. This also fixed my issue with test suites not uploading
Brandon Test Project
so here's how it was
"https://server:port/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/
it should be
"https://server:port/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/
The only thing I can think of is that the person before me that was using this script must have been uploading into a project that contained no spaces. Thank you for all the help sorry I sent you down this wild goose chase :)
P.S. This also fixed my issue with test suites not uploading
page 2of 1 pagesof 2 pages