All Testscript steps are not showing
I wanted to write testscript steps in a testscript which have it's script steps in different cells in the column testscript steps which is next to the column testcase.The code i have used is given below...But this testscript is taking the first step of each testscript.why? ??
testscript.XLSStartRow=4
testscript.XLSArtifactID=B
testscript.dc:title=E
testscript.steps.type="execution"
testscript.steps.description=H
testscript.steps.title=G
testscript.steps.name=G
testscript.XLSDelimeter=\n
testcase.ID=testscript.XLSArtifactID
testcase.dc:title=D
testcase.dc:description=testscript.dc:title
testplan.dc:title=property(title)
testplan.XLSLink=testcase
executionworkitem.XLSLink=testcase
executionworkitem.dc:title=testscript.dc:title
executionresult.dc:title=testscript.dc:title
executionresult.XLSLink=executionworkitem
The below mentioned table is the excel sheet am trying to import...I wanted to get the testscript1, testscript2, testscript3 as the steps of the Testscript Test case1.According to the cfg it's only showing the first step.
testscript.XLSStartRow=4
testscript.XLSArtifactID=B
testscript.dc:title=E
testscript.steps.type="execution"
testscript.steps.description=H
testscript.steps.title=G
testscript.steps.name=G
testscript.XLSDelimeter=\n
testcase.ID=testscript.XLSArtifactID
testcase.dc:title=D
testcase.dc:description=testscript.dc:title
testplan.dc:title=property(title)
testplan.XLSLink=testcase
executionworkitem.XLSLink=testcase
executionworkitem.dc:title=testscript.dc:title
executionresult.dc:title=testscript.dc:title
executionresult.XLSLink=executionworkitem
The below mentioned table is the excel sheet am trying to import...I wanted to get the testscript1, testscript2, testscript3 as the steps of the Testscript Test case1.According to the cfg it's only showing the first step.