How to add a section to a test script while importing testscripts from excel
One answer
If you are trying to create a Custom Section in an Artifact dynamically using the Excel/Word uitility, the syntax for the cfg file would look something like this
Syntax for adding a custom section
testplan.Section("myns:CustomSectionOne","my custom section 1")=B9
testplan.Section("myns:CustomSectionTwo","my custom section 2")=B10
The resulting artifact will look like this
Comments
Donald Nong
Aug 11 '15, 12:07 a.m.Can you please elaborate? You talked about Excel Importer but then the "default test case template". I can't understand the relationship between them.