RQM excel importer utility
One answer
Hi, Jim
Please refer to ExcelImporter Best Practice
You may check with [4. Using Link() modifier to make 1 - n linkage with the test artifact(s) with the known id]
List 15.Configuration file talks about LinkExisting () modifier, the sample is about existing testplan and linking to
new testcases. In your case, it is existing testcase links to new testscripts, the same approach applies:
testscript.testcase=LinkExisting(C2)
Here C2 should have the existing testcase internal ids:
urn:com.ibm.rqm:testcase:3
urn:com.ibm.rqm:testcase:7
urn:com.ibm.rqm:testcase:11
(using newline to separate multiple testcases in cell C2)
Comments
Hi
So it looks like I am getting closer however I still not reading the documentation correctly.
I added column b with urn:com.ibm.rqm.testcase:1593
1593 is the testcase
the config files has
testscript.testcase=LinkExisting(B)
I get this error now
Error when getting testcase with the id "urn:com.ibm.rqm.testcase:1593"
The format of "urn:com.ibm.rqm.testcase:1593" is not correct.
It should be
urn:com.ibm.rqm:testcase:1593
please correct it and try again