Export from Excel Test Case with more related Scripts
16 answers
You should be able to use the sample example ''Test Cases made from scripts" to create multiple scripts for one test case. You have to separate test scripts with a blank row ( testscript.XLSDelimeter=\n).
The comment in cfg file has this:
// this configuration file will create a single test case from the defined cells and link to all
// test scripts in the same worksheet
Hi
I tried using this configuration
//Summary
testscript.XLSStartRow=7
testscript.dc:title=A
testscript.dc:name=A
testscript.dc:description=B
//Test script fixed values
testscript.alm:state = "com.ibm.rqm.planning.common.approved"
testscript.jzalm:owner="SILVESTRO ANTONIO"
testscript.steps.type="execution"
//Step details
testscript.steps.title=C
testscript.steps.name=C
testscript.steps.description=D
testscript.steps.expectedResult=E
// a new script starts when we encounter an empty row
testscript.XLSDelimeter=\n
// test case defined with definite cell locations
testcase.XLSLink=testscript
testcase.dc:title=A3
testcase.dc:description=B3
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition", "RQM-KEY-TC-PRE-COND-TITLE")=C3
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePostCondition", "RQM-KEY-TC-POST-COND-TITLE")=D3
testcase.category term="Component".value=E3
testcase.category term="Version".value=F3
Tool creates xml files, but loading them (one for time), system doesn't create automatically the link between test case and test scripts.
I tried to load first the xml related to test scritps and then the xml related to test case, and contrariwise, but with the same result.
The URL looks fine assuming your RQM user is set up with the 3.x/4.x context root (i.e. QM not JAZZ)
When you say "it cant connect"; what error message is displayed? Are you able to view the list of project areas from the drop down list? Does the user you are specifying have the appropriate permissions to access the server?
Take a look at the Mso2Rqm_Debug.log; it may provide additional information on the nature of the error.
page 1of 1 pagesof 2 pages