lczub / TestLink-API-Python-client

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

implement 1.9.15 changed api - addTestCaseToTestPlan - paramter overwrite #72

Closed lczub closed 7 years ago

lczub commented 8 years ago

related TL Mantis Task

new args :

   /**
    * Add a test case version to a test plan 
    *
    * @param args['testprojectid']
    * @param args['testplanid']
    * @param args['testcaseexternalid']
    * @param args['version']
    * @param args['platformid'] - OPTIONAL Only if  test plan has no platforms
    * @param args['executionorder'] - OPTIONAL
    * @param args['urgency'] - OPTIONAL
    * @param args['overwrite'] - OPTIONAL
    *
    */
  public function addTestCaseToTestPlan($args)
lczub commented 7 years ago

site effect of updating the linked test case version using the optional argumnet overwrite=1, assigned testers and existing execution results are not accessible any more via the TL Web Gui.