Rename Bulk of Test case name in RQM
HI All,
I have 200 test cases in RQM and I want to rename the name along with Suffix example is given below.
Could you please help me how to Rename all test case in one go.
E.g.
Current Test case Name New TestCase name
1 Feature Testing RQM_Feature_001
2 Requirement Testing l675 RQM_Feature_002
3 Hardware Testing RQM_Feature_003
4 Software Testing RQM_Feature_004
5 HIL_MIl Testing RQM_Feature_005
|
One answer
Paul Slauenwhite (8.4k●1●2)
| answered Apr 25 '18, 12:41 p.m.
FORUM MODERATOR / JAZZ DEVELOPER edited Apr 25 '18, 12:50 p.m. Unfortunately, there is no way to do this in the product. However, you could write a utility that uses the RQM Reportable REST API (https://jazz.net/wiki/bin/view/Main/RqmApi) to:
1. GET the test case.
2. Rename the test case name in the test case XML.
3. PUT the test case.
|
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.