Unable to map Custom Field/Attribute value while importing Test Scripts into RQM
Unable to map Custom Field/Attribute value while importing into RQM.
I am trying to import Test Scripts with Custom Attributes but it is giving errors.
Here is the error message
Initializing.....
Reading Configuration File....
Getting artifacts from document - "TestScripts.xlsx".....
Error: Configuration File, Line 18, Found a value that reduced to "type="SMALL_STRING"", but was expecting a value equivalent to a column, cell, or literal.
Error: Configuration File, Line 18, Found a value that reduced to "type="SMALL_STRING"", but was expecting a value equivalent to a column, cell, or literal.
Exporting Aborted: Errors found!
-----------------------------------------------------------------------------------------------------------------------------------------------
Configuration File Syntax:
// This configuration file creates a test script.
// Start looking for scripts after row 2
testscript.XLSStartRow=5
// use the data in the first row of a found script's column B
testscript.XLSArtifactID=B
testscript.dc:title=B
testscript.dc:description=C
// the literal "execution" will be put into the step type tag, so all steps will be of type execution
testscript.steps.type="execution"
testscript.steps.description=E
testscript.steps.title=D
testscript.steps.name=D
testscript.steps.expectedResult=F
testscript.steps.expectedResult=G
testscript.steps.customAttributes identifier="customAttribute1 value".name="customAttribute1 value" type="SMALL_STRING".value=I
Do I need to correct anything?
Thank you
Accepted answer
Hi Riaaz,
1. Looks like there is some issue with testscript.steps.customAttributes identifier="customAttribute1 value".name="T3 value" type="SMALL_STRING".value=I.
Please see https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Custom_Attributes for valid valid syntax for config (.cfg) file.
You can see other configuration file structure at https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Configuration_file_structure
5 other answers
Hi Mounika,
Thank you for the quick response.
I made the change and tried importing it but it fails.
This time it gave me different error message:
Error sending to server 19.07.001_001_Controlled_water_temperature_and_Setpoint_determination of type testscript
The remote server returned an error: (500) Internal Server Error.
Exporting completed with 1 failures!
Any idea what this is pointing to?