How to update custom fields thru Import results?

Discuss test processes, standards, documentation, teams, criteria, test environments, etc.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
biswasdi
TestLink user
Posts: 1
Joined: Mon Dec 31, 2012 2:07 pm

How to update custom fields thru Import results?

Post 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.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: How to update custom fields thru Import results?

Post by fman »

support for version < 1.9.9 is not available anymore
I'm not sure if custom fields can be imported
Post Reply