How to Export Test Scripts to Rational Quality Manger from Excel?
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
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