How to specify 'standard' not 'Custom' attributes in xml for ETM Version 7.0.2 Test Case Import
There are many excellent articles explaining how to include Custom Attributes in an xml file to use as a Test Case import, which has been very successful.
However, my question is how to specify the 'standard' attributes?
This is ignored:
<estimate xmlns="http://jazz.net/xmlns/alm/v0.1/">com.ibm.rqm.planning.rest.dto:TestCaseDTO>{duration}</estimate>
I have determined that the 'Estimate' attribute has a versionableItemId = _O5nU0YFGe254oZCjyXncw,
but cannot see how to use it
2 answers
In general, it is necessary to keep the attribute columns in an Excel (such as) file consistent with the cfg file. If it is a custom attribute, the ELM server needs to create new fields to receive data. In addition, the attribute column is not used to transfer data, but rather serves as a transitional link
If you are using IBM Rational Quality Manager (RQM), you can specify standard attributes such as Estimate in the XML file by using the appropriate tag and namespace. For example, to specify the Estimate attribute, you can use the following tag:
<estimate xmlns="http://jazz.net/xmlns/alm/v0.1/">com.ibm.rqm.planning.rest.dto:TestCaseDTO>{duration}</estimate> geometry dash 23
Here, duration is the value of the Estimate attribute. You can replace it with the appropriate value for your test case.