Problem with RQM custom attributes import
Hi,
I have got a problem with the RMC test case import since I have created two custom attributes (see "Teste" and "Teste 1" under Attributes), however while importing the XML files created with the following config lines, it creates a section instead (see "customAttribute" in sections menu). Below you can see the lines of code of my config file to generate it:
//--- Test Case
// Start looking for test case after row 2
testcase.XLSStartRow=2
testcase.alm:state ="com.ibm.rqm.planning.common.approved"
// a new test case starts when we encounter an empty row
testcase.XLSDelimeter=\n
// Link test case to test script
// self referential links must be declared before also using column definitions
// Below lines will create test case and test script in same name but they can link each other
testcase.dc:title=testscript.dc:title
testcase.dc:description=testscript.dc:description
testcase.customAttributes identifier="Teste".name="Teste".type="SMALL_STRING".value=I
testcase.customAttributes identifier="Teste 1".name="Teste 1".type="INTEGER".value=J
Comments
Chenyue Gao
JAZZ DEVELOPER Sep 17 '13, 10:27 a.m.Felipe Santos, Thanks for raising this issue. Which version of excel importer and RQM are you using?