Test Link: 1.9.2
Php: 5.3.3
apache: 2.2.3
MySQL: 5.1.50
I try to import testcases from xls file which only has four columns, Title, Summary, Steps, Expected Results as headings and subsequent rows as actual test cases
On 1.9.2 i get following in the apache error log:
From 1.9.0, TestLink stopped supporting for excel, in this result even when you import through excel as you said "Title, Summary, Steps, Expected Results" from these fields only Title and summary will be imported, rest of the two fields data will not be imported. I have worked this in 1.9.0 and 1.9.1.
I use the code snippet from this post http://www.teamst.org/forum/viewtopic.php?f=11&t=3525
and it imports four columns data from an xls file in 1.9.0, but not in 1.9.2. If we do not support import from excel, how is user expected to import test cases from an xml file?
Thanks
>> If we do not support import from excel, how is user expected to import test cases from an xml file?
TestLink support import from XML file written in the format requested, and this has nothing i repeat nothing to do with excel.
excel is not an XML editor
>>>TestLink support import from XML file written in the format requested, and this has nothing i repeat nothing to do with excel.
excel is not an XML editor
I understand the difference between excel and xml. QA engineers tend to work in spreadsheets and then would like to import into TL. Editing an exported testcase in xml, to add more tests into it, is more painful process, as per QA engineers. I am looking for help to resolve error received in the error_log, in 1.9.2 versus 1.9.0.