How to import multiple test cases for multiples Test Suites using RQM-Excel Uiltiy
One answer
You may refer to the discussion here
https://jazz.net/forum/questions/230737/how-to-create-and-link-multiple-test-suite-with-multiple-test-cases-pls-help
Since you have two separate sheets, you need to specify which sheet to use such as
testcase.XLSWorksheetID="Test"
testsuite.XLSWorksheetID="Test1"
in the cfg file as well
Comments
for each testsuite write a individual cfg file?
like
testcase.XLSStartRow=2
testcase.dc:title=B
testcase.dc:description=C
testcase.testsuite= Linkexisting("urn:com.ibm.rqm:testsuite:10")
no, I think you can use the same cfg file.
Linkexisting() is for existing testsuite(if your case is to use existing testsuite, that's fine. you can put "urn:com.ibm.rqm:testsuite:10" to the cell or column. Multiple ones use the newline to separate them)