It's all about the answers!

Ask a question

How to import test cases along with TCER


Sushma Pala (11) | asked Apr 28 '20, 3:40 p.m.

I use excel importer to import test cases into RQM. I don't know how to import test case execution record(TCER) along with test case and where to start with. Should i create another cfg file or can i add to the same cfg file. What lines of script should i add ?  Please help

My cfg file to import test cases

testcase.XLSStartRow=2
testcase.dc:title=A
testcase.jzalm:owner=B
testcase.category term="Master File".value=D
testcase.category term="TC Program".value=E
testcase.category term="Drop Name".value=F
testcase.category term="Test Case Preparation".value="N/A"
testcase.category term="Test Ready for Execution".value="No"
testcase.category term="Test Script".value="No Script Required"
testcase.category term="Test Data Prepared".value="N/A"
testcase.weight="888888"

One answer



permanent link
Cecilia Macias (261) | answered May 15 '20, 6:09 p.m.

 You can use the same cfg file and add the lines related to the TCER, see below:


//execution workitem
executionworkitem.XLSStartRow=2
executionworkitem.XLSDelimeter=\n
executionworkitem.XLSArtifactID="executionworkitem_" & B
executionworkitem.dc:title=B
executionworkitem.testcase=Link(B)

You can check the examples folder of the tool, which is located in the folder where it was installed. You could find the examples very useful.

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.