Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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?

0 votes



2 answers

Permanent link
 Jurica,
What version of RQM are you currently using?
It looks like this capability was added in 4.0.1 (see the link below)

0 votes


Permanent link

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

0 votes

Comments

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 log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,031

Question asked: Apr 18 '13, 6:52 a.m.

Question was seen: 5,544 times

Last updated: Oct 25 '16, 5:10 p.m.

Confirmation Cancel Confirm