It's all about the answers!

Ask a question

modification in config file for exporting to rqm


Brijraj Beriwal (1311417) | asked Sep 11 '12, 4:24 a.m.

Hey i exported a file from excel to rqm .....this is what my config file looks like...


testcase.XLSStartRow=8
testcase.dc:title=F
testcase.dc:description=G

testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=I
testcase.XLSWorksheetID="Sheet1"
testcase.requirement=Link(A)


requirement.XLSStartRow=8
requirement.XLSArtifactID=A
requirement.dc:title=A
requirement.dc:description=B
requirement.XLSWorksheetID="Sheet2"
requirement.testcase=Link(A)

how will i modify it to add following things

1) to add requrmnt "validated by" link to any rqurmnt..?

2)to add testcase "expected result" section from a excel doc from a column?

3)to search a specific testplan and then add testcases to it..?

also whats the url orr link which i can refer for any further queries on config file...? 

One answer



permanent link
Hao Wan (1.5k35) | answered Sep 11 '12, 4:34 a.m.
JAZZ DEVELOPER
Hi Brijraj,
1. requirement "validated by" is not currently supported by Excel Importer.

for 3. please refer to the link
https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter

for 2. please refer to the section
the RQM section provided by test case: 

Expected Results
id: com.ibm.rqm.planning.editor.section.testCaseExpectedResults
extensionDisplayName: RQM-KEY-TC-EXP-RESULTS-TITLE

testcase.Section("myns: com.ibm.rqm.planning.editor.section.testCaseExpectedResults "," RQM-KEY-TC-EXP-RESULTS-TITLE ")=I

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.