Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Questions about RQMExcelImporter

Hello,

I'm currently working with RQMExcelImporter to import some testscripts and testcases into RQM using the provided sample, Scripts that create testcases.cfg. I've got the scripts and cases in RQM correctly. I'm now looking to add comments to test steps in the testscripts, and to specify a custom testcase template and a custom section (specified in the custom testcase) to use for the testecases. I have looked in the api, but the documentation is a bit confusing. Here is the code that I'm using for the testscripts and the testcases

\\testscript comment declaration
testscript.steps.property:comment=I

\\testcase template and section declaration
testcase.Template("myns:com.ibm.rqm.planning.templates.testcase.template_1263319663309")
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseTestObjective","RQM-KEY-TC-TEST-OBJETIVE-TITLE")=B

Any help would be appreciated. Thanks.

0 votes



2 answers

Permanent link
FYI the symbol for commenting lines is // not \\

0 votes


Permanent link
Hello,

I'm currently working with RQMExcelImporter to import some testscripts and testcases into RQM using the provided sample, Scripts that create testcases.cfg. I've got the scripts and cases in RQM correctly. I'm now looking to add comments to test steps in the testscripts, and to specify a custom testcase template and a custom section (specified in the custom testcase) to use for the testecases. I have looked in the api, but the documentation is a bit confusing. Here is the code that I'm using for the testscripts and the testcases

\\testscript comment declaration
testscript.steps.property:comment=I

\\testcase template and section declaration
testcase.Template("myns:com.ibm.rqm.planning.templates.testcase.template_1263319663309")
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseTestObjective","RQM-KEY-TC-TEST-OBJETIVE-TITLE")=B

Any help would be appreciated. Thanks.



Comment support was added fairly recently, so make sure you use the latest version of the tool.
There should be a sample for "steps with comments" in that version, but here's the syntax:

testscript.steps.property name="comment"=H

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jan 14 '10, 3:09 p.m.

Question was seen: 5,886 times

Last updated: Jan 14 '10, 3:09 p.m.

Confirmation Cancel Confirm