RQM Excel Importer: How to link new TCER to existing Test Plan from Excel to RQM?
Hello,
I would like to link new TCER to an existing Test Plan. But I am facing an issue with the iteration (Testphase).
What instruction should be used for the RQM External ID? Is this expression correct?: executionworkitem.testphase=LinkExisting(C3)
in C3 cell, I have defined my Test Plan ID (urn:com.ibm.rqm:testplan:8354).
I am getting an error for the export of the testphase.
Thanks for your support.
One answer
You write that you're trying to link a TCER to an existing Test Plan, but executionworkitem.testphase=LinkExisting() would like the TCER to a test schedule that may or may not be part of the test plan.
To link to an existing Test Plan by just the ID (e.g. 8354), try this:
executionworkitem.testplan=LinkByExistingID(C3)