[Closed] RQMExcelImport: Trouble with the Dot (.)
Hello,
I am Importing Test Plan and Test cases using RQM Excel Import. RQM and Excel Import Option Version 6.0.2. Trouble with loading Custom attributes - testcase.customAttributes identifier="1 Pre-Conditions".name="Pre-Conditions".type="SMALL_STRING".value=F No Error reported. Updating "1 Pre-Conditions" to "1. Pre-Conditions" testcase.customAttributes identifier="1. Pre-Conditions".name="Pre-Conditions".type="SMALL_STRING".value=F Throws an Error. Error: Configuration File, Line 22, Missing end quote: " Without the Dot(.) no Error and with Dot(.) missing quote error. As for my understanding "1. Pre-Conditions" is an Internal name which i cant changed. It is working fine with 6.0.1 but 6.0.2 throws an error. Looks like there is a bug in Excel Importer version 6.0.2 Please help me to solve this issue. Thanks, Regards, Kumar |
Accepted answer
Normally the identifier doesn't contain whitespace. You need to check if the identifier you used is correct.
To get Custom Attribute Identifier follow below steps :
Kumar Kumar selected this answer as the correct answer
Comments
Kumar Kumar
commented Oct 04 '16, 12:29 a.m.
Hello Lily,
1
Lily Wang
commented Oct 04 '16, 1:36 a.m.
Hi Kumar,
I could reproduce the issue with ExcelImporter 6.0.2. I suggest you contact support to check if this is a product defect.
A workaround is set the Excel cell using value "_._Pre-Conditions" and "1. Pre-Conditions", then change the .cfg file to something like:
testcase.customAttributes identifier=M3.name=N3.type="SMALL_STRING".value=F
|
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.
Comments
No Solution :(
It looks to be a bug to me.