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

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.

0 votes



11 answers

Permanent link
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

0 votes

1–15 items
page 2of 1 pagesof 2 pages

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

Question asked: Feb 18 '11, 11:32 a.m.

Question was seen: 8,366 times

Last updated: Feb 18 '11, 11:32 a.m.

Confirmation Cancel Confirm