Test case execution in testlink with Testcase Unique custom field by uploading xml file

安稳与你 提交于 2019-12-10 18:32:04

问题


We are using Testlink 1.9.5. I want to execute my testcase using XML file.

But I am facing one issue. my testcases is executing successfully but the custom field result(Actual Time custom field) is not saving. it's like testlink skip it

I am using below 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>

I have tried with multiple permutation combeniation but every time I am getting a same result.

My custom fields are define as below :-

来源:https://stackoverflow.com/questions/40041511/test-case-execution-in-testlink-with-testcase-unique-custom-field-by-uploading-x

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!