Trouble Importing XML file with Custom Attributes
I'm using an example .xls file and .cfg file that comes with RQM Excel Importer. I have tried to change the following .cfg line: testscript.steps.property name="comment"=H to testscript.steps.customAttributes identifier="comment".name="comment".value=H And I receive the "Uploaded content does not consist of well-formed XML or does not match the XML schema for the testscript" message. Is there something I am doing incorrectly when editing the .cfg file or is this something I need to look at the schema for?
|
One answer
Soukdao,
No, you can not create custom attribute with the same name as built-in variable.
Regards,
Mehul
|
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
Not quite sure what you're trying to do. You cannot fake a built-in attribute as a custom attribute, by the look of it.