It's all about the answers!

Ask a question

How to import multiple values in category with RQMExcelimporter?


Pascal Jean (6012440) | asked Oct 17 '17, 10:10 a.m.

Hello,
I using RQM 6.0.2
I have a category defined on a Test Case form. There are several values possible for it
I'm using RQMExcelImporter to create the test cases.
I would like to have a different category value imported for each TC.
With the .CFG I have, all the TC are created with the same value.
Extract of CFG
==========================================================================================
(cfg description to create test script not listed here)
// we want to use the data we got for each test script to create a test case
testcase.ID=testscript.XLSArtifactID

// by referring to the testscript's field instead of the column that data comes from
// the tool will also create links to each of the test scripts.
testcase.dc:title=testscript.dc:title
testcase.dc:description=testscript.dc:description
//Set categories
testcase.category term="Test Case Category".value=J
==========================================================================================
For my understanding the value should be pickup from the cell at column J, current.row
In my case only the value from the last row is pickup .
Therefore all the Test Cases are created with the same value.

Is it possible to do that?*
Thank you in advance for your answer.
Pascal Jean

2 answers



permanent link
Pascal Jean (6012440) | answered Oct 18 '17, 8:56 a.m.

This setting in cfg file is correct
//Set categories
testcase.category term="Test Case Category".value=J

The value is pickup from the cell at column J, current.row


permanent link
HuaXiao Jiang (434) | answered Nov 10 '23, 3:53 a.m.

you can try Multiple row values for one cell

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.