RQMWordImporter: One TestSuit - Some TestCases - One TestScript
One answer
For additional information ...
Cfg excel file is an example of "Testsuite with testcases that have testscripts.cfg"
I need the same cfg file for wordimporter
I create all objects. But haven't link between testsuite and testcases. (((
my cfg file:
//---------------------------------------------
//---------------------------------------------
testscript.DOCStart="5."
testscript.dc:title=List("*.")
testscript.scripttype="Manual"
testscript.steps.type="execution"
testscript.steps.description=Table("Step").B
testscript.steps.expectedResult=Table("Step").C
testscript.DOCTableStartRow=2
testcase.DOCStart="5."
testcase.weight=100
testcase.dc:title=testscript.dc:title
testcase.ID=testscript.XLSArtifactID
testsuite.dc:title=property("Title")
testsuite.XLSLink=testcase
//---------------------------------------------