lczub / TestLink-API-Python-client

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

How can I update a testplan with testlink API? #160

Closed mayzhou0401 closed 1 year ago

mayzhou0401 commented 1 year ago

Hi I want to update testplan attribute like 'active', but I cannot find tesltink related API in the doc or in this client. Can you please help? Thanks.

lczub commented 1 year ago

Hello mayzhou0401,

I agree, it would be helpful to change the testplan status via an api.

Unfortunately, the TestLink Server itself does not support such an API method - see TestLink Github xmlrpc.class.php (branch testlink_1_9_20_fixed)

You first have to open an enhancement request against TestLink itself (http://mantis.testlink.org/login_page.php) for this topic. When TestLink server has implemented such an API method, this API python client could use this.

Greetings Luiko

mayzhou0401 commented 1 year ago

Hi lczub

Thanks for the reply and the information, I will open an enhancement against TestLink later.