why error 500 and also few extra records are created?
I am trying to export , say for an example, 4 Test cases from an Excel sheet. Each Test case is separated by a blank line.
in the config file i have used "\n" as delimeter for the Testcase.
This works fine and gives aritfact count of 4, until I try to export data into a "custom attribute" of the Test case from the config file.
As soon as I put the synatx for exporting data to the custom attribute, the number of artifacts being exported, count to 7.
I tried to drill down to it by exporting to " file" rather than to "repository" and the folder, testcase' generated contains 7 xml files.
following is the screen shot for 1st ercord in excel file and immediately below it is the screen shot for the xml generated for the blank line after the 1st record.
--------------------------------------------------------xml for the blank line after 1st record in excel is below---
AND I am getting this error message too
Comments
Sarvendra Kumar
Mar 07 '13, 5:09 a.m.Hi Hao Wan
following is the syntax for the custom attribute i am using in my config file.If i happen to use only this independently then its working fine but when grouped with other conifg statements such as priority, custom category etc., then its showing problem.
testcase.customAttributes identifier="Custom1".name="Custom1".type="SMALL_STRING".value="custom value goes here"
I am using RQMExcelImporter 4.0.2 RC1