Test case excel import attribute identifier
Hi,
Request your help, In RQM, i have created 4 costume attributes (text fields), i want to import the data from the excel sheet to RQM to these costume attributes. In cfg file it is asking for "testcase.customAttributes identifier=" , how to find the identifier of these attributes. Please your help needs in this. Thanks and Regards, Vijay |
2 answers
You will need to download the RQMURLUtility I do not have the URL but just do a search of Jazz.net to find that.
Once you have the installation you use the DOS Command Line prompt to run the utility. I have pasted an example of a Test Case command line you will use to get the custom attributes information you need: java -jar RQMUrlUtility.jar -command GET -user **** -password "****" -filepath C:\\DownLoad_XML.txt -url "https://jts.ent.corp.xxxx.com:9443/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/IM_CLM+%28Quality+Management%29/testcase/urn:com.ibm.rqm:testcase:15667" Note you will need to change the above for the following: **** - Insert your Admin user ID **** - Insert your Admin user ID password -filepath: Select where you want the output to be saved Within the quotes "https..." you will need to: 1/ change the "jts.ent.corp.xxxx.com:9443" to match your companies URL 2/ change the project name, in the above example it is "IM_CLM+%28Quality+Management%29" 3/ change the number 15667 at the end to match the Test Case number you wish to extract. Eventually the entry in your .cfg file should look something like this: testcase.customAttributes identifier="__Subject_Area".name="1 Subject Area".value=K4 Comments
Vijayveer Reddy
commented Jun 20 '16, 4:41 a.m.
Hi Powell,
|
Hi Vijayveer,
You can get the "Project alias" using an URL like this: https://host:port/contextRoot/service/com.ibm.rqm.integration.service.IIntegrationService/projects https://localhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/projects For more information please refer to: https://jazz.net/library/article/1376 Thank you Comments 1
Vijayveer Reddy
commented Jun 21 '16, 3:41 a.m.
Hi Carusi,
|
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.