Page 1 of 1

How to update custom fields thru Import results?

Posted: Mon Jul 14, 2014 10:04 am
by biswasdi
Hi Team,

Thanks in advance for any help that you can please provide here.

We are trying to import results from a xml file in Test Execution tab, and it works properly as expected. However, now we want to update few related custom fields (that are enabled during test execution) as well.

We went through all existing examples of file templates, but coudn't find one that had the schema to support custom field updation for results.

Can you please let us know as what xml schema should we be using in order to update the custom field information, along with notes and results?

Here is one template that doesn't have the support for custom fields.
<?xml version="1.0" encoding="UTF-8"?>
<results>
<testcase id="100"> <!-- ID: internal/DB id --->
<result>p</result>
<notes>functionality works great </notes>
</testcase>
<testcase id="200">
<result>f</result>
<notes>this case failed due to error </notes>
</testcase>
<testcase id="150">
<result>b</result>
<notes>this test case is blocked</notes>
</testcase>
</results>

We are using TestLink 1.9.7 (hosted thru apache) and a mysql backend.

Thanks for your help in advance!

-Dipankar.

Re: How to update custom fields thru Import results?

Posted: Mon Jul 14, 2014 2:17 pm
by fman
support for version < 1.9.9 is not available anymore
I'm not sure if custom fields can be imported