Linking Test Plan to Test Case Execution Result
It seems like such a common requirement but I have burned up hours trying to find the right combination of RQMexcelImporter configuration statements to create a Test Case Execution Record and have it linked to a Test Plan. I can link it to a Test Case and I have Test Plan statements in the configuration file and the excel spreadsheet. These are the config statements:
// Static test case definition
testcase.XLSStartRow=2
testcase.XLSDelimeter=\n
testcase.XLSArtifactID=A
testcase.dc:title=B
testcase.dc:description=E
testcase.priority=C
//Config for Testplan
testplan.XLSStartRow=2
testplan.XLSDelimeter=\n
// testplan.dc:title=testcase.dc:title
testplan.dc:title=I
testplan.XLSArtifactID=Link(G)
testplan.testscript=Link(D)
//Config for Executionworkitem with link to testcase
executionworkitem.XLSStartRow=2
executionworkitem.XLSDelimeter=\n
// executionworkitem.XLSArtifact=A
// executionworkitem.testplan=G
executionworkitem.testcase=Link(A)
// executionworkitem.testscript=D
executionworkitem.dc:title=B
executionworkitem.dc:description=E
executionworkitem.alm:owner="MJFSB"
//Config for Executionresult
executionresult.XLSStartRow=2
executionresult.XLSDelimeter=\n
executionresult.dc:title=executionworkitem.dc:title
executionresult.XLSArtifact=executionworkitem.XLSArtifact
executionresult.er:details=H
executionresult.jzalm:state=H
executionresult.alm:owner="MJFSB"
executionresult.testcase=Link(A)
executionresult.testscript=Link(D)
executionresult.executionworkitem=Link(G)
executionresult.testplan=G
Here's a sample of the spreadsheet data:
It's probably something simple...but after dozens of attempts, I'm drawing blanks...
Thanks,
Mark
3 answers
Mark,