I would like to import test cases element 'special procedural requirements' from Excel to RQM 4.0.1 but cannot find the element name needed for the cfg. Has anyone else tried to import this test case section?
Accepted answer
hi Sharon,
you could use the config
requirement.resourceShape = X" for requirement.
and use testcase.requirement=Link(***) /refer to the following config file in the sample "TestPlan Requirement Collection Test Case and Requirements.cfg" in 4.0.3
// this configuration file will create a static testplan and a testase object for each one listed
// and link all testcase to the testplan, and link test plan with RM requirement collection and link RM requirement with RM requirement collection
// and also link testcase with RM requirement.
testplan.dc:title=C1
testplan.Section("myns:com.ibm.rqm.planning.editor.section.planBusinessObjectives","RQM-KEY-TP-BUSS-OBJ-TITLE")=C2
testplan.Section("myns:com.ibm.rqm.process.web.entryCriteria","RQM-KEY-PROC-ENTRY-CRITERIA-TITLE")=C3
testplan.Section("myns:com.ibm.rqm.process.web.exitCriteria","RQM-KEY-PROC-EXIT-CRITERIA-TITLE")=C4
testplan.XLSLink=testcase
testplan.XLSWorksheetID="Acme Hammers"
testplan.requirementCollection=Link(C1)
testcase.XLSStartRow=7
testcase.XLSWorksheetID="Acme Hammers"
testcase.dc:title=B
testcase.dc:description=E
testcase.jzalm:owner=C
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign","RQM-KEY-TC-DESIGN-TITLE")=F
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=K
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePostCondition","RQM-KEY-TC-POST-COND-TITLE")=L
testcase.requirement=Link(A)
requirementCollection.dc:title=C1
requirementCollection.XLSArtifactID=C1
requirementCollection.XLSWorksheetID="Sheet1"
requirementCollection.resourceShape="Test Plan Collection"
requirementCollection.XLSLink=requirement
requirement.XLSStartRow=6
requirement.XLSArtifactID=A
requirement.dc:title=B
requirement.dc:description=C
requirement.jzalm:owner=D
requirement.dc:creator=D
requirement.XLSWorksheetID="Sheet1"
requirement.resourceShape="Requirement"
you could use the config
requirement.resourceShape = X" for requirement.
and use testcase.requirement=Link(***) /refer to the following config file in the sample "TestPlan Requirement Collection Test Case and Requirements.cfg" in 4.0.3
// this configuration file will create a static testplan and a testase object for each one listed
// and link all testcase to the testplan, and link test plan with RM requirement collection and link RM requirement with RM requirement collection
// and also link testcase with RM requirement.
testplan.dc:title=C1
testplan.Section("myns:com.ibm.rqm.planning.editor.section.planBusinessObjectives","RQM-KEY-TP-BUSS-OBJ-TITLE")=C2
testplan.Section("myns:com.ibm.rqm.process.web.entryCriteria","RQM-KEY-PROC-ENTRY-CRITERIA-TITLE")=C3
testplan.Section("myns:com.ibm.rqm.process.web.exitCriteria","RQM-KEY-PROC-EXIT-CRITERIA-TITLE")=C4
testplan.XLSLink=testcase
testplan.XLSWorksheetID="Acme Hammers"
testplan.requirementCollection=Link(C1)
testcase.XLSStartRow=7
testcase.XLSWorksheetID="Acme Hammers"
testcase.dc:title=B
testcase.dc:description=E
testcase.jzalm:owner=C
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign","RQM-KEY-TC-DESIGN-TITLE")=F
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=K
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePostCondition","RQM-KEY-TC-POST-COND-TITLE")=L
testcase.requirement=Link(A)
requirementCollection.dc:title=C1
requirementCollection.XLSArtifactID=C1
requirementCollection.XLSWorksheetID="Sheet1"
requirementCollection.resourceShape="Test Plan Collection"
requirementCollection.XLSLink=requirement
requirement.XLSStartRow=6
requirement.XLSArtifactID=A
requirement.dc:title=B
requirement.dc:description=C
requirement.jzalm:owner=D
requirement.dc:creator=D
requirement.XLSWorksheetID="Sheet1"
requirement.resourceShape="Requirement"
Comments
1 vote
1 vote
Comments
Sharon Segal
Jul 02 '13, 11:26 a.m.