lczub / TestLink-API-Python-client

A Python client to use the TestLink API
104 stars 63 forks source link

How can i get the test case relations? #124

Closed Earrow closed 4 years ago

lczub commented 4 years ago

Hello Earrow, a little bot more description would be helpful to understand your requirement. Which relations, you see inside the TestLink Web Client, do you want to get data for? Regards Luiko

Earrow commented 4 years ago

Hi Luiko,

Thanks for the response. I just want to get the data of test case relations as shown in the picture: image

When i export test suite to a xml file, the relations data is in the 'relation' node: ` tyjrpt-gs-56574

tyjrpt-gs-56573
<type>3</type>

`

But when i use the api 'getTestSuiteByID', there is no relations data, so how can i get it?

lczub commented 4 years ago

Hello Earrow,

it looks, as if the Testlink server itself does not deliver these relation data via the xmlrpc api.

I can not find inside https://github.com/TestLinkOpenSourceTRMS/testlink-code/blob/testlink_1_9/lib/api/xmlrpc/v1/xmlrpc.class.php any method , comment or content, referencing such relation / source /destination data.

This client can only return data, the server deliver via the xxmlrpc api. Sorry, regards Luiko

Earrow commented 4 years ago

That's ok, thanks anyway.