It's all about the answers!

Ask a question

How to import multiple test cases for multiples Test Suites using RQM-Excel Uiltiy


Rohini Kumar (921057) | asked May 25 '18, 7:37 a.m.

 I have a two sheets in one sheet Test suites are there and in another sheet test cases are there,I have imported test suites but i want to import test cases and link to multiple test suites

How to write cfg file for it?

One answer



permanent link
Don Yang (7.7k21114139) | answered May 30 '18, 3:25 a.m.

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
Rohini Kumar commented May 30 '18, 7:46 a.m.

 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")


Don Yang commented May 31 '18, 2:01 a.m.

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)

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.