Import and link new Test Case to existing test plan
3 answers
if you are using Excel Importer
you can use the following syntax in config file
testplan.XLSArtifactID=B2 //B2 contains the existing internal id or external id
testplan.XLSLink=testcase
testcase.XLSStartRow=1
testcase.dc:title=A
..
Hi,
I was wondering if there was a way to link and import test case and to have them link to existing test plan.
Comments
Hi Hao, I am also having same question. I am still not clear, what should be B2? When I had put it as 36 (test plan ID which I am able to see in 'View Test Plans' section of RQM) then I am getting two errors: "Error sending to server 36 of type testplan", "Error sending to server Requirement_Design of type testplan". I am using RQMExcelImporter version 1.0.4465.14983 on client network & can't upgrade it to current version.
in Excel Importer, we can use LinkExisting modifier to linking to existing test artifacts.
please refer to the
https://jazz.net/wiki/bin/view/Main/RQMWordAndExcelWhatSNewIn40
and
As a User, I want to upload test cases via the Excel importer and link them to an existing test plan,and create testscript and link to existing testcase. (72480)
Are you talking about Excel import tool to import the test case and at the same time specify link to existing test plan in RQM?
See Modifiers of data section for linking
Also See FAQ
Comments
Hi Pramod, I have used following syntax: testcase.testplan=LinkExisting("36"). But an error is coming: "Found a value that reduced to "LinkExisting("36")", but was expecting a value equivalent to a column, cell, or a literal. I am using RQMExcelImporter version 1.0.4465.14983 on client network & can't upgrade it to current version. Please tell me where is the problem in the syntax.