It's all about the answers!

Ask a question

How to link Test environment to a Test to a test case execution record using RQM excel importer


Kishore Kumar (144) | asked Mar 26 '13, 10:59 a.m.
 Hi All,

As In my cfg, I'm able to create a Test environment using configuration.dc:title= Some column name.

But I need help to link the test environment that has created to a Test case execution record preferably in cfg.

I've gone through this link https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter.

One answer



permanent link
Hao Wan (1.5k35) | answered Mar 28 '13, 1:37 a.m.
JAZZ DEVELOPER
Hi Kishore,
you can refer to the following config.

executionworkitem.XLSWorksheetID="Test"
executionworkitem.XLSStartRow=6
executionworkitem.XLSDelimeter=\n
executionworkitem.XLSArtifactID="executionworkitem_" & B
executionworkitem.dc:title=B
executionworkitem.testcase=Link(B)
executionworkitem.testplan=Link(M6)
executionworkitem.configuration=Link(N)
executionworkitem.testphase=Link(O6)

// this configuration file will create a configuration object for each one listed
configuration.XLSStartRow=2
configuration.dc:title=A
configuration.description=B & "<br/> OS:" & C & "<br/> Memory:" & D
configuration.XLSWorksheetID=N
configuration.XLSArtifactID=E

Your answer


Register or 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.