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.
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.
2 answers
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