Linking Multiple Test Cases with a single script during Upload
Hi,
I am using the Excel Importer to upload a series of Test Cases and associated Test Scripts. I have the situation where a number of test cases are linked to the same script. My configuration file will link the test script to the 1st Test Case but the remaining test cases are not created at upload, and so do not link to the test script. Can anybody advise on what is wrong with my cfg file below (I am still using RQM 3)
testscript.XLSStartRow=3testcase.XLSStartRow=3
testscript.dc:title=Atestscript.XLSArtifactID=Atestscript.dc:description=Btestscript.steps.type="execution"testscript.steps.description=Ctestscript.steps.expectedResult=Dtestscript.alm:state="com.ibm.rqm.planning.common.approved"
testcase.XLSDelimeter=\ntestcase.XLSArtifactID=Ftestcase.dc:title=Ftestcase.dc:description=Gtestcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseExpectedResults","RQM-KEY-TC-EXP-RESULTS-TITLE")=Htestcase.alm:state="com.ibm.rqm.planning.common.approved"testcase.category term="Function".value=Itestcase.category term="Team".value=Jtestcase.category term="Type".value=Ktestcase.weight=L
testcase.XLSLink=testscripttestcase.testscript=Link(A)
Many Thanks,
Chris