It's all about the answers!

Ask a question

Syntax for accessing uri for custom attributes in configuration file


Priya BR (172) | asked Dec 14 '17, 6:13 a.m.

Hello All,
    While exporting test cases from excel to RQM via "Export to Repository" , configuration file is selected where custom attributes,category are defined:
Example:
testcase.customAttributes identifier="Comments".name="Comments".type="MEDIUM_STRING".value=O
testcase.customAttributes identifier="Test_Reference".name="Test_Reference".type="MEDIUM_STRING".value=E
testcase.category term="Applied Test Method".value=R

I need to access uri(http://bosch.com/qm/testcase/attribute-type/Test-Reference) for test case Attributes instead of "Comments" / "Test_Reference". Kindly suggest format for the same.


2 answers



permanent link
Mehul Patel (9695) | answered Dec 14 '17, 9:55 a.m.
FORUM MODERATOR

permanent link
Vignesh Ramanathan (11) | answered Jan 17 '18, 4:42 a.m.

Hello Mehul,

I'm sending the below request to the ALM sever,
java -jar RQMUrlUtility.jar -command GET -user ** -password -filepath **\test.xml -url https://
I have confirmed that my test case has custom attributes.
However the response from the server contains no tags for the custom attributes.
What am I doing wrong?

Thanks in advance.

Your answer


Register or to post 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.