Hello, I'm having some problems in importing a XML file with test cases (converting from XLS to XML)...
the XML map:
<?xml version="1.0" encoding="UTF-8"?>
<testcases>
<testcase name="10 G shock">
<summary><![CDATA[]]></summary>
<steps><![CDATA[]]></steps>
<expectedresults><![CDATA[]]></expectedresults>
</testcase>
<testcase name="Gamma Ray Storm">
<summary><![CDATA[]]></summary>
<steps><![CDATA[]]></steps>
<expectedresults><![CDATA[]]></expectedresults>
</testcase>
</testcases>
XLS file (colums):
Test case name
summary
steps
Expected results
after exporting to XML (from XLS) and importing to TestLink the only this that is created is the case case but no step or expected results... What should the problem??
Thanks