lczub / TestLink-API-Python-client

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

Requirements creation with testlink API python client #22

Closed temagi closed 10 years ago

temagi commented 10 years ago

Is it possible to create requirements specificationand and requirements using testlink API python client?

lczub commented 10 years ago

Hello Temagi, currently it is not possible to create requirements and req. specifications using the Testlink XML-RPC API.

Reason is, that the TestLink Server itself does not support such an API method (see TestLink Gitorius xmlrpc.class.php )

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

Greetings Luiko

lczub commented 10 years ago

Let me know, when TL has implemented such an API method. I will than adapt this python client.