Is it possible to create Test Cases that link to existing Test Plan using the Excel/Word Importer in RQM?
I have a Test Plan with linked testcases already linked to it. Now, I would like to add new test cases to that test plan, but existing test cases should remain linked to the same test plan.
In cfg file I added lines:
testplan.XLSArtifactID=urn:com.ibm.rqm:testplan:4474
testplan.XLSLink=testcase
but when I execute new test cases are added, but the existing ones are deleted.
How to accomplish this?
2 answers
I use RQM 4.0.1 and now I installed Excel importer 4.0.2. Still the same result, maybe I'm missing something in cfg file.
As I see this cfg adds new testcases, but removes old ones.
testcase.XLSStartRow=2
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign", "RQM-KEY-TC-DESIGN-TITLE")=Pre(D)
testcase.ID=B
testcase.dc:title=B
testcase.dc:description=C
testcase.attachment=P
testcase.XLSDelimeter=\n
testcase.jzalm:owner=H
testcase.category term="Feature Name".value=G
testcase.category term="Subsystem".value=M
testcase.category term="Test Activity".value=N
testcase.category term="Weight".value=O
testplan.XLSArtifactID=urn:com.ibm.rqm:testplan:4474
testplan.XLSLink=testcase