Search found 3 matches

by schmimla
Thu Jan 30, 2014 2:01 pm
Forum: TestLink 1.9
Topic: Tool for converting test cases from Excel sheet to XML file
Replies: 13
Views: 53886

Re: Tool for converting test cases from Excel sheet to XML f

a late reply to this topic:

Jack and me solved the problems that were arising when I tried to import test cases with custom fields, and now everything works fine. Thanks to Jack here again!
by schmimla
Fri Dec 13, 2013 1:31 pm
Forum: TestLink 1.9
Topic: Problems importint a test case in xls format
Replies: 8
Views: 10262

Re: Problems importint a test case in xls format

Hi,
is it possible to import custom fields with the import function, or is it just possible to import with the 4 standard fields name, summary, steps and expected results?
by schmimla
Thu Dec 12, 2013 11:06 am
Forum: TestLink 1.9
Topic: Tool for converting test cases from Excel sheet to XML file
Replies: 13
Views: 53886

Re: Tool for converting test cases from Excel sheet to XML f

Has somebody already tried to add custom fields to Jacks code? I have some problems regarding this. This is how i implemented it in the Xml.Writer.cs: private void AppendCustomField(XmlNode newCustom_Fields, TestCase testCase) { XmlElement newCustom_field = this.document.CreateElement(NODENAME_CUSTO...