It's all about the answers!

Ask a question

How to Export Test Scripts to Rational Quality Manger from Excel?


Ben Sharples (812758) | asked Apr 10 '15, 7:33 a.m.
Hi,

I'm struggling with the RQM Excel Export Engine. I'm just trying to export some test scripts to RQM but I keep getting Bad Request error, if I export to fiel and then try importing the xml I get an erro about name property missing.

My Excel File has 3 columns:
Column A: Step
Column B: Description
Column C: Expected Results

I start my steps on row 2

My .cfg file is as below.
testscript.XLSStartRow=2
testscript.title=A
testscript.steps.type="execution"
testscript.steps.description=B
testscript.steps.title=B
testscript.steps.name=A
testscript.steps.expectedresult=C
testscript.XLSDelimeter=\n

What am I missing? I tried using the help file whcih is where I got what is in the .cfg file above

One answer



permanent link
Don Yang (7.7k21109138) | answered Apr 12 '15, 8:54 p.m.
What version of RQMExcelImporter do you use?
It seems to me testscript.title=A is causing the issue, it should be testscript.dc:title=A
Please give it a try. Thanks

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.