I'm running TestLink 1.9.7 and have a quick question regarding custom field on Test Execution tab.
I created the following Custom Field
Name : CF_PATH_RESULTS
Label : Path to results
Available for : Test Case
Type : string
Enable on : Test Execution
I assigned it to the project and am amble to assign a value manually.
I'm just wondering if TestLink support custom field import from XML ?
I tried this :
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<results>
<testcase external_id="TL-001">
<result>f</result>
<notes><![CDATA[Yeepee-ki-yay]]></notes>
<custom_fields>
<custom_field>
<name><![CDATA[CF_PATH_RESULTS]]></name>
<value><![CDATA[Z:\verif\]]></value>
</custom_field>
</custom_fields>
</testcase>
</results>
Any idea ?
Thanks !
Damien