通过上传xml文件

时间:2016-10-14 10:57:50

标签: testlink

我们正在使用Testlink 1.9.5。我想使用XML文件执行我的测试用例。

但我面临一个问题。我的测试用例正在成功执行,但自定义字段结果(实际时间自定义字段)未保存。就像testlink跳过它

我在XML下面使用: -

<?xml version="1.0" encoding="UTF-8"?>
<results>

  <testcase external_id="kan-8" >
    <tester>shubham</tester>
    <result>f</result>
    <notes> Test case has been passed scuccessfully </notes>
    <custom_fields>
     <custom_field>
        <name><![CDATA[Actual Time]]></name>
        <value><![CDATA[30]]></value>
    </custom_field>
  </custom_fields>
  </testcase>
</results>

我尝试过多次排列组合,但每次我都得到相同的结果。

enter image description here

我的自定义字段定义如下: -

enter image description here

0 个答案:

没有答案