lczub / TestLink-API-Python-client

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

What API can remove test case from test plan and platform #159

Closed derentw closed 1 year ago

derentw commented 1 year ago

Hi lczub,

I want to remove test case from test plan. Is there an API to do this action?

lczub commented 1 year ago

Hello derentw,

looking into xmlrpc.class.php (function initMethodYellowPages at file end), the TestLink Server itself only supports removePlatformFromTestPlan but not removeTestcaseFromXXX

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

derentw commented 1 year ago

Hi lczub,

Thanks your reply.