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

How to modify the Testcases,Testscripts and TCER Names at once for entire records?


There is a small change has to be made in the name field of Testcases ,Testscripts and TCER .
is there way to modify in RQM it is having more than 300 records and its very difficult to manually modify each and every testcases individually.
for example :

Sample_PF001_OK_01
Sample_PF001_OK_02
Sample_PF001_OK_03
Sample_PF001_OK_04
---------"------------"---------
in the  above testcase names PF001 has to modified into PF005

0 votes



One answer

Permanent link

It may not be possible via RQM Web UI. You could think of writing a small utility to achieve this by virtue of REST API. See following links -

https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.rational.test.qm.doc%2Ftopics%2Fqm_r_rest_api.html

https://jazz.net/wiki/bin/view/Main/RqmApi

The main function of utility would be -
 - Get the Test Artifacts.
 - Change the name of test artifacts by replacing PF001 to PF005 in the XML obtained via GET call.
 - PUT the updated XML of Test Artifacts back to RQM server.

Thanks,
Abhishek

0 votes

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
× 12,020

Question asked: Nov 09 '18, 7:43 a.m.

Question was seen: 1,410 times

Last updated: Nov 12 '18, 1:05 a.m.

Confirmation Cancel Confirm