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?
Comments
Donald Nong
Jul 15 '16, 1:11 a.m.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.