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

suiteelement elementindex not updating with RQMUrlUtility

I'm trying to update the order of my test cases in my test suite using the RQMUrlUtility (because the RQM Excel Importer provides no provision for ordering test cases in test suites).


After doing a successful GET on my testsuite, I edit the following property for the 3 test cases contained in the test suite: <ns2:suiteelement elementindex="0">


While I get a successful (200) return from my PUT request, the Execution Order values in RQM are not updated.  Is this not supported, or am I doing something wrong?  My commandline looks like this:

"C:\Program Files\Java\jdk1.8.0_121\bin\java" -jar RQMUrlUtility.jar -command PUT -user myid -password pwd -filepath rqm_get_suite_87.xml -url 

0 votes


Accepted answer

Permanent link

Doing it the other way round should work. That is, keep the "elementindex" value, but change the associated test case ID. In other words, list the test cases in the order that you want, ignoring the "elementindex" value.

Robert Huet selected this answer as the correct answer

0 votes

Comments

 That worked!  Thanks Don!

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: Oct 24 '17, 2:32 p.m.

Question was seen: 3,625 times

Last updated: Oct 27 '17, 9:27 a.m.

Confirmation Cancel Confirm