RQM Excel Import Utility: How to link a testscript AND a remotescript to a testcase?
I want to import the following artifacts from Excel into RQM using the RQM Excel Import Utility:
The relevant part of the configuration file I am currently using is:
testcase.ID=A
All artifacts are being imported correctly, but the testcases only link to the (manual) testscripts (which have the same XLSArtifactID and title), but they do not link to the (automated) remotescripts (which has the same ID but different title).
When changing the configuration entry for testcase.ID to
testcase.ID=remotescript.XLSArtifactID
the testcase will link to the remotescripts, but not to the testscripts.
I can even remove the XLSLink configuration entry, one link (either to testscripts or to remotescripts) will always be created - but unfortunately never the 2nd one ...
Can I write two targets into the XLSLink-tag? (e.g. like "testscript;remotescript")
Or is there another way of achieving this?
Thanks for your guidance!
Juergen |
One answer
Yeah, I got it solved on my own!
I had to add this line to the configuration file:
testcase.remotescript=Link(N)Now both links (one to the manual testscript and one to the remotescript) will be added to each testcase.
Best regards,
Juergen |
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.