It's all about the answers!

Ask a question

Is it possible to create Test Cases that link to existing Test Plan using the Excel/Word Importer in RQM?


Jurica Marasovic (1123) | asked Apr 18 '13, 6:52 a.m.

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



permanent link
Ara Masrof (3.2k15) | answered Apr 18 '13, 8:19 a.m.
JAZZ DEVELOPER
 Jurica,
What version of RQM are you currently using?
It looks like this capability was added in 4.0.1 (see the link below)


permanent link
Jurica Marasovic (1123) | answered Apr 18 '13, 9:20 a.m.

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


Comments
Rohit Rishabh commented Oct 25 '16, 5:10 p.m.

Your last two lines should be like this:

testplan.XLSArtifactID="urn:com.ibm.rqm:testplan:4474"
testcase.testplan=LinkExisting("urn:com.ibm.rqm:testplan:4474")

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.