I'm trying to import a testcase with "expected results" into TestLink 1.9 (Beta 2).
The xml-code for the testcase are:
Code: Select all
<steps>
<step>
<step_number><![CDATA[1]]></step_number>
<actions><![CDATA[<p>Step 1</p>]]></actions>
<expectedresults><![CDATA[<p>Expected result for step 1</p>]]></expectedresults>
</step>
But in testlink the expectedresults do not appear in the testcase.
I hope someone can help me...

/b-ejstrup