RQM Excel Import-test plan and test case in different Excel
Hi,
I have to import test plan and test cases that are in different Excel
worksheets (test plan and associated information is in worksheet "A" and
the list of associated test cases is in worksheet "B").
But although I specify with the command testplan.XLSWorksheetID="A" it
is ignored and the test plan is created after all test cases is linked
with and with the info of Worksheet B instead of A.
Can anyone help me?Here is the cfg file I have used:
//Test Plan
testplan.XLSWorksheetID="A"
testplan.dc:title=F6
testplan.dc:description=A20
testplan.category term="Ambito".value=A6
testplan.category term="Criticidad".value=J20
testplan.category term="Elemento a probar".value=A16
testplan.category term="Pas".value=G8
testplan.XLSLink=testcase
// TEst Cases
testcase.XLSWorksheetID="B"
testcase.XLSStartRow=13
testcase.dc:identifier=A
testcase.dc:title=B
testcase.category term="Prioridad".value=C
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseExpectedResults","RQM-KEY-TC-EXP-RESULTS-TITLE")=F
testcase.Section("myns:com.ibm.rqm.planning.editor.section.dynamicSection_1258624701976","CodigoCondicion")=D
I have to import test plan and test cases that are in different Excel
worksheets (test plan and associated information is in worksheet "A" and
the list of associated test cases is in worksheet "B").
But although I specify with the command testplan.XLSWorksheetID="A" it
is ignored and the test plan is created after all test cases is linked
with and with the info of Worksheet B instead of A.
Can anyone help me?Here is the cfg file I have used:
//Test Plan
testplan.XLSWorksheetID="A"
testplan.dc:title=F6
testplan.dc:description=A20
testplan.category term="Ambito".value=A6
testplan.category term="Criticidad".value=J20
testplan.category term="Elemento a probar".value=A16
testplan.category term="Pas".value=G8
testplan.XLSLink=testcase
// TEst Cases
testcase.XLSWorksheetID="B"
testcase.XLSStartRow=13
testcase.dc:identifier=A
testcase.dc:title=B
testcase.category term="Prioridad".value=C
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseExpectedResults","RQM-KEY-TC-EXP-RESULTS-TITLE")=F
testcase.Section("myns:com.ibm.rqm.planning.editor.section.dynamicSection_1258624701976","CodigoCondicion")=D