Cannot export test plan test cases and test scripts using sample configuration file
![]() I am new to RQM and using the existing Excel worksheets and configuration files in the Samples folder tyo understand how the export works. I successfully exported using, "Scripts that create testcases with comments" Excel file and corresponding configuration file. So, I thought that all of these should work as these were but actually none of the other set of Excel Worksheets and configurations files worked. The one I am most interested in is: "Testplan_Testcase_Testscript_TER_Environment_Iteration_AllInOne" Since these sets have been described to be tested should these not work out of the box if I have not made any changes to the Excel file or the configuration file? If not then what do I need to do? Thanks
|
3 answers
![]()
//execution workitem
executionworkitem.XLSWorksheetID="Test"
executionworkitem.XLSStartRow=15
executionworkitem.XLSDelimeter=\n
executionworkitem.XLSArtifactID="executionworkitem_" & B
executionworkitem.dc:title=B
executionworkitem.testcase=Link(B)
executionworkitem.testplan=Link(M6)
executionworkitem.configuration=Link(N)
executionworkitem.testphase=Link(O6)
//execution result
executionresult.XLSWorksheetID="Test"
executionresult.XLSStartRow=15
executionresult.XLSDelimeter=\n
executionresult.dc:title=executionworkitem.dc:title
executionresult.dc:description=E
executionresult.jzalm:state=J
executionresult.er:starttime=K
executionresult.er:endtime=L
executionresult.er:stepResults.steptitle=D
executionresult.er:stepResults.stepname=D
// executionresult.er:stepResults.vg:id=F
executionresult.er:stepResults.er:steptype=H
executionresult.er:stepResults.er:result=I
executionresult.er:stepResults.er:description=E
executionresult.er:stepResults.er:expectedResult=F
//executionresult.er:stepResults.er:actualResult=I
executionresult.testcase=Link(D)
executionresult.testscript=Link(B)
can't upload the screenshot.above is the sentences.
|
![]()
hi,
I have created a defect of this issue. You can cut these cfg sentences
//executionresult.er:stepResults.er:actualResult=I
|
![]()
hi,
I have created a defect of this issue. You can cut these cfg sentences
//executionresult.er:stepResults.er:actualResult=I
|