test script steps and result are not getting created from the below config file. can anyone help?
// Test Case Creation and Test script linking
testcase.XLSWorksheetID="TestCases2"
testcase.dc:title=testscript.dc:title
testcase.dc:description=testscript.dc:description
testcase.XLSStartRow=2
testcase.priority=C
testcase.alm:state=E
testcase.dc:description=F
testcase.weight=H
testcase.category term="Automation Status".value=I
testcase.category term="Category".value=J
testcase.category term="Function".value=K
testcase.category term="Test Phase".value=L
testcase.XLSLink=testscript
// Test Script Creation
testscript.XLSWorksheetID="TestScripts2"
// We want to start looking for scripts after row 2
testscript.XLSStartRow=3
testscript.XLSArtifactID=A
testscript.dc:title=A
testscript.dc:description=D
// the literal "execution" will be put into the step type tag, so all steps will be of type execution
testscript.steps.type="execution"
testscript.title=A
testscript.steps.description=B
testscript.steps.expectedResult=RichText(C)
//testscript.steps.type="execution"
//testscript.steps.description=B
//testscript.steps.title=A
//testscript.steps.name=A
//testscript.steps.expectedResult=C
// a new script starts when we encounter an empty row
testscript.XLSDelimeter=\n
One answer
The manual step section is empty .
when clicking on the history link .. it says the steps and results are added.
somehow am not able to attach the screenshot here