lczub / TestLink-API-Python-client

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

how to assign test case to test plan #65

Closed yarving closed 8 years ago

yarving commented 8 years ago

I need to assign a test case to a test plan, can you support it?

lczub commented 8 years ago

Hello Yarving,

take a look into TestLinkExample.py Line 268. This section explains the usage of addTestCaseToTestPlan . If you run this example against your TestLink application, it should create a sample project with test plan and execution results.

Hope this helps. Regards Luiko

yarving commented 8 years ago

Thanks very much, got this question fixed.