RQM Excel Importer 4.0.1 - Cfg file with prev version not working
Hello,
I am trying to migrate data from Excel to RQM. For this I am using RQMExcelImporter 4.0.1 so that I can make use of 'RichText' tag.
The configuration file mentioned below worked fine with previous version of Excel Importer. But it is not giving me correct results with 4.0.1 importer.
Please let me know if anywhere syntax to be modified
testscript.XLSStartRow=1
testscript.dc:title=B
testscript.dc:description=B
testscript.scripttype="Manual"
testscript.steps.type="Execution"
testscript.steps.description=K
testscript.steps.title=K
testscript.steps.name=K
testscript.steps.expectedResult=L
testscript.XLSDelimeter=\n
testcase.XLSStartRow=1
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=G
testcase.dc:title=B
testcase.dc:description=F
testcase.category term="Execution Type".value=H
testcase.category term="Importance".value=I
testcase.category term="Category".value=N
testcase.category term="SubCategory1".value=O
testcase.category term="SubCategory2".value=P
testcase.category term="SubCategory3".value=Q
testcase.jzalm:state="com.ibm.rqm.planning.common.underreview"
testcase.XLSLink=testscript
Thanks.
Comments
Shashank Bellary
Feb 15 '13, 2:38 p.m.Instead of
Komal Mirchandani
Feb 19 '13, 5:20 a.m.Thanks Shashank. I modified cfg file as you suggested.
But when I am trying to export from excel using this cfg, it is only exporting testscripts (not the testcases).
Please let me know if I am missing something