Problem with importing expected results for the testcase

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
b-ejstrup
TestLink user
Posts: 1
Joined: Wed Jun 23, 2010 8:21 am

Problem with importing expected results for the testcase

Post by b-ejstrup »

Hi

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
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Problem with importing expected results for the testcase

Post by fman »

1. check mantis for similar issues
2. wait and upgrade to 1.9 beta 5
Post Reply