It's all about the answers!

Ask a question

RQM 8.6: How to make Test Case ID and Test Script ID populate in RQM


Collins Akin (6610) | asked Mar 09 '15, 3:26 p.m.
edited Mar 09 '15, 5:02 p.m.

Hi Everyone, Could someone tell me how to make Test Case ID and Test Script ID populate in RQM. My cfg can only import Test Script ID even though i specified "testcase.dc:testcaseid=D". Please see my CFG file if i am doing anything wrong please correct me.  

//Test Script

//testscript.XLSWorksheetID=" "
testscript.XLSStartRow=2
testscript.XLSArtifactID=H
testscript.dc:title=H
testscript.dc:description=I
testscript.jzalm:owner=J
testscript.category term="Track".value=C
testscript.category term="Test Phase".value=B
testscript.steps.type="execution"
testscript.steps.description=P
testscript.steps.title=K
testscript.steps.name=K
testscript.steps.expectedResult=Q
testscript.XLSDelimeter=\n       

//Test Case

testcase.XLSStartRow=2
testcase.dc:description=E
testcase.dc:title=J
testcase.jzalm:owner=J
testcase.dc:testcaseid=D
testcase.category term="Track".value=C
testcase.category term="Test Phase".value=B
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition", "RQM-KEY-TC-PRE-COND-TITLE")=S
testcase.ID=testscript.XLSArtifactID
testcase.dc:title=testscript.dc:title
testcase.XLSDelimeter=\n

2 answers



permanent link
Reshma Ratnani (1.1k1) | answered Mar 10 '15, 12:45 a.m.
JAZZ DEVELOPER
We dont support exporting testcase ID to RQM. Please refer https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Supported_Attributes_and_Configu  for more details

Comments
Collins Akin commented Mar 10 '15, 2:41 p.m. | edited Mar 10 '15, 2:43 p.m.

@Reshna,

Are you saying I can't configure the cfg like this "testcase.dc:testcaseid=D"


permanent link
William Chen (31215) | answered Mar 17 '15, 2:25 p.m.
This configuration syntax "testcase.dc:testcaseid=D" would give you an error. Note, an Internal ID should NEVER be used when doing a PUT to create a new resource, since the resource is assumed to exist and updated or an error is returned if the resource is not found.

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.