Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RQM : updating TestSuite custom Attributes using excel export?

RQMAPI document mentions that "customAttributes" is a supported resource for "TestSuite".

However config entries below do not produce desired result in excel export although the customAttribute is created in "Test Suite" custom attributes section.

testsuite.customAttributes.name="TestSuiteField"
testsuite.customAttributes.identified=M
testsuite.customAttributes.name=O
testsuite.customAttributes.value=P

Or other form as well (and combinations of if as well)

testsuite.customAttributes identifier="Custom_attribute_0_".name="testsuiteCustomAttribute1".type="SMALL_STRING".value=O

The data is not populated onto the custom Attribute fields!

Thanks in advance for your inputs.
Best Regards, Sunil

0 votes



One answer

Permanent link
This issue is a known defect in RQM v4.0.3 and higher..

testsuite.customAttributes identifier="TestSuiteField1".name="TestSuiteField1".value=B4
testsuite.customAttributes identifier="TestSuiteField2".name="TestSuiteField2".value=B4

  << does not populate the data into the custom Fields in Test Suite. i.e., if you specify a specific cell the value does not get populated

If you set the value as only a column it does create/populate the value (you would need to adjust the cfg file accordingly)

testsuite.customAttributes identifier="TestSuiteField1".name="TestSuiteField_1".type="SMALL_STRING".value=B
testsuite.customAttributes identifier="TestSuiteField2".name="TestSuiteField_2".type="SMALL_STRING".value=B

  << this works

This issue is tagged as a defect # 96824

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Sep 26 '13, 10:31 a.m.

Question was seen: 4,686 times

Last updated: Oct 23 '13, 2:04 p.m.

Related questions
Confirmation Cancel Confirm