// This configuration file creates a test case with each test script and links them.
// The linking is accomplished by self referential data
// Start looking for scripts on row 9
testscript.XLSStartRow=9
// use the data in the first row of a found script's column B
testscript.XLSArtifactID=B
testscript.dc:title=B
testscript.dc:description=C
testscript.precond=D
testscript.postcond=E
testscript.tcexpectedresults=F
// the literal "execution" will be put into the step type tag, so all steps will be of type execution
testscript.steps.type="execution"
testscript.steps.title=B
testscript.steps.name=B
testscript.steps.description=H
testscript.steps.expectedResult=I
testscript.steps.property name="comment"=J
// a new script starts when we encounter an empty row
testscript.XLSDelimeter=\n
// we want to use the data we got for each test script to create a test case and set attributes
testcase.ID=testscript.XLSArtifactID
testcase.category term="Application".value=C1
testcase.category term="Function".value=C2
testcase.category term="Test Category".value=C3
testcase.category term="Release".value=C4
testcase.category term="Test Phase".value=C5
//testcase.category term="Weight".value="100"
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=D
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePostCondition","RQM-KEY-TC-POST-COND-TITLE")=E
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseExpectedResults","RQM-KEY-TC-EXP-RESULTS-TITLE")=F
// by referring to the testscript's field instead of the column that data comes from
// the tool will also create links to each of the test scripts.
testcase.dc:title=testscript.dc:title
testcase.dc:description=testscript.dc:description