TestLink-API-Python-client
TestLink-API-Python-client copied to clipboard
A Python client to use the TestLink API
there is no way to get all testcases/testsuites from test_project , only we can get them from the project_plan? do we have plan to implement it ?
When "getTestSuitesForTestPlan" method is invoked it returns something like this: [{'name': 'Adding artificial intelligence', 'id': '33', 'parent_id': '1'}, {'name': 'Adding user points', 'id': '16', 'parent_id': '1'}, {'name': 'Evaluating move', 'id':...
Can we get count of total users in Testlink by calling REST API, If not What will be the best way to get the count?
getAllExecutionsResults not implemented. Function was recently added to the xml rpc web service. https://github.com/TestLinkOpenSourceTRMS/testlink-code/pull/151/files?utf8=%E2%9C%93&diff=unified However when attempting to call from the pythonic api. ``` c = testlink.TestlinkAPIClient(args.server, args.key) c.getAllExecutionsResults() Traceback...
Hi all, I am trying to integrate sikuli python scripts with testlink API. I am able to import the required testlink module into sikuli-IDE but, unable to connect & perform...
I'm looking for automatic build releasing and assigning of testcases. Here is scenario: 1) I get information about new build available 2) I need to: create new build, assign testcase...