RQMExcelImporter:export test execution result to the existing TCER created via GUI
RQM and ExcelImporter 5.0.2
I have existing TCERs created via GUI in RQM and want to use RQMExcelImporter to import the test result to that TCER. From https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#XLSLinkKeyword, I notice that LinkExisting() seems to be the keyword I can use to do that. Suppose TestCase id is 46 and TCER for this test case has id: 58 I add internal id for TCER in Excel Column M: urn:com.ibm.rqm:executionworkitem:58 internal id for test case in Excel column N: urn:com.ibm.rqm:testcase:46 in cfg file, I tried: executionresult.executionworkitem=LinkExisting(M) executionresult.testcase=LinkExisting(N) After exporting to RQM. I notice that TCER timestamp shows last modified at the time I exported but I cannot find any result in TCER itself. Am I doing anything wrong for such a use case (TCER created in GUI and result will be from ExcelImporter) or this is not achievable in ExcelImporter? Thank you very much. |
Accepted answer
Hi Don,
Try using Link attribute, something like below in your cfg file executionresult.executionworkitem=Link(M) Thanks Don Yang selected this answer as the correct answer
Comments Similarly for TestCase also use Link attribute
Don Yang
commented Apr 23 '15, 2:11 a.m.
Thank you very much Reshma for the suggestions. I tried and it does work for the TCER created by GUI. For those TCERs exported from ExcelImporter, it seems that using internal id does not work(I did a quick test but did not get error and result not imported). I am trying that because I want to see if I use internal id, whether I don't need to care about which TCER is from GUI and which are from importer when I export the result to them.
Hi Don,
Donald Nong
commented Apr 23 '15, 5:33 a.m.
Hi Reshma, under what circumstances should we use LinkExisting()? With a working configuration, I only change Link() to LinkExisting() and I will get errors while importing.
Don Yang
commented Apr 23 '15, 8:44 p.m.
Thanks Reshma for the info. Yes the feed does return the different id for TCERs created by GUI or exporter.
showing 5 of 7
show 2 more comments
|
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.