Update custom attribute in ETM testcase without creating new artifact
Hi Team,
I have 3K+ test cases and a newly created custom attribute "CUST1" I want to update this field for all 3K testcases.
I tried to use RQMExcel Importer tool to update them but found that duplicate testcases are getting created with custom attribute.
I am looking for straight forward method to update custom attribute of test case in ETM as we have in RDNG.
REST API is restricted in my project.
2 answers
Ensure that the RQMExcel Importer is configured to update existing test cases rather than creating duplicates. Here's how:
Mapping IDs for Updates: In your Excel sheet, include the
TestCase.Identifier
or a unique identifier (e.g., the test case ID from ETM) to map the updates to the correct test cases.
Avoiding Duplicate Creation: In the configuration file (
.cfg
), ensure you use the following mapping to update existing test cases instead of creating new ones. I think this can help you: https://jazz.net/forum/questions/172600/how-to-update-custom-attribute-via-slice master-oslc