Copy of Testcase/Testsuite Artifact template creates duplicate section during Excel Import
Steps to reproduce:
1.Browse to Settings>Manage Artifact Template
2.Click to create a copy of any existing Test Case template. Give it a different name and seems a different ID is as well assigned. Make this testcase/testsuite template as default.
3.Add a custom section called Remarks from the same wizard.
4.Next go to open the XLS to be imported into RQM.
4.If you have a XLS to import Testcase/testsuite, create a column with Remarks and have the following lines included in the CFG file for importing custom section content.
testcase.Section("myns:Remarks","Remarks")=H
testsuite.Section("myns:Remarks","Remarks")=H
excerpt from Wiki:
https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter
To define a custom section, simply replace the first parameter with a valid name, and the second with a display name:
5.Now perform the XLS import.
RQM Version 502. Observations:
It is evident that the XLS import is unaware of the already existing custom section , so my search is as follows:
|
One answer
You may be using the wrong namespace for the section.
To determine the name/display name of predefined sections:
Comments
AnuM C P
commented Jul 09 '15, 5:37 a.m.
Here is my attempt to find the namespace from XML, which is empty
Also the ID as is displayed as "com.ibm.rqm.planning.editor.section.dynamicSection"
<ns2:section content="" name="Remarks" id="com.ibm.rqm.planning.editor.section.dynamicSection_1436333522390" description="FSS_Remarks Capture" />
<ns2:section content="" name="Reports to be verified" id="com.ibm.rqm.planning.editor.section.dynamicSection_1436333546373" description="FSS_Reports to be verified" />
I am missing something here. Can you help me Paul?
|
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.