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
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
One answer
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
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