Welcome to the Jazz Community Forum
How to link Test environment to a Test to a test case execution record using RQM excel importer

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

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
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