It's all about the answers!

Ask a question

linking test uit to an existing test case when import from Excel


rachel bruk (17115) | asked Mar 20 '17, 11:43 a.m.

 I'd like to link one test suit to many existing test cases by ID - link test case ID to test suit.

How to do it when import from Excel to RQM?
could you send an example?

One answer



permanent link
Lily Wang (4.9k714) | answered Mar 20 '17, 7:39 p.m.

Do you mean Test Suite?
There's an existing sample "TestSuite with TestCases 001" with link a new test suite to new test cases.
To link a new test suite to existing test case, you can modify the cfg file like below:



testsuite.XLSArtifactID=C1
testsuite.dc:title=C1
testsuite.dc:description=A4
testsuite.testcase=Link(L1)



In the cell of "L1", you can add the external ids of existing test cases, such as:



urn:com.ibm.rqm:testcase:39
urn:com.ibm.rqm:testcase:40




Please also refer to https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter for the detail syntax.


Comments
rachel bruk commented Mar 21 '17, 10:23 a.m.

Thanks,
and linking an existing test suit to an existing test case? 

is it possible to link ID to another one?
very necessary for me!


Lily Wang commented Mar 21 '17, 8:10 p.m.

You can try to set "testsuite.XLSArtifactID" to point to the existing Test Suite's external id.

Your answer


Register or to post 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.