Samuel Salas

Results 2 comments of Samuel Salas

I have a small experience in such thing but I never tried what you're trying to do. I suggest you try to do the following : - Execute the steps...

Hi, This is my way to access the Testlink API with a Python class (Python 2.7) ``` import xmlrpclib class TestlinkAPIClient: # substitute your server URL Here SERVER_URL = "http://testlinkserver/lib/api/xmlrpc/v1/xmlrpc.php"...