Test Execution - Import Custom Field ?

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
The_Setlaz
TestLink user
Posts: 4
Joined: Sat Sep 07, 2013 5:14 pm

Test Execution - Import Custom Field ?

Post by The_Setlaz »

Hi,

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>
The test-results and notes get imported properly, but not the custom field.

Any idea ?

Thanks !
Damien
The_Setlaz
TestLink user
Posts: 4
Joined: Sat Sep 07, 2013 5:14 pm

Re: Test Execution - Import Custom Field ?

Post by The_Setlaz »

Up ?
I'm just wondering if TestLink support custom field import from XML ?
Anyone tried it / could provide an answer ?
Post Reply