11Changes in TestLink-API-Python-client Source Distribution
22=========================================================
33
4- TestLink-API-Python-client UNDER DEVELOP v0.4.7
5- -----------------------------------------------
4+ TestLink-API-Python-client release notes v0.4.7 (Jan. 2014)
5+ -----------------------------------------------------------
66
77new service methods - copy test cases #17
88~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -17,22 +17,34 @@ Example::
1717
1818 >>> import testlink
1919 >>> tls = testlink.TestLinkHelper().connect(testlink.TestlinkAPIClient)
20- >>> tc_info = tls.getTestCase(None, testcaseexternalid='NPROAPI3-2 ')
21- [{'full_tc_external_id': 'NPROAPI3-2 ', ..., 'id': '5440', 'version': '2',
22- 'testsuite_id': '5415', 'tc_external_id': '2 ','testcase_id': '5425', ...}]
20+ >>> tc_info = tls.getTestCase(None, testcaseexternalid='NPROAPI-3 ')
21+ [{'full_tc_external_id': 'NPROAPI-3 ', ..., 'id': '5440', 'version': '2',
22+ 'testsuite_id': '5415', 'tc_external_id': '3 ','testcase_id': '5425', ...}]
2323 >>> tls.copyTCnewTestCase(tc_info[0]['testcase_id'], testsuiteid=newSuiteID,
2424 testcasename='a new test case name')
2525
2626Known limitations:
27+
2728- estimatedexecduration settings are not copied
2829
2930implement missing 1.9.8 api methods - TestCase #11
3031~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32+ new TestlinkAPIGeneric and TestlinkAPIClient api methods to modify test cases
33+
3134- addTestCaseToTestPlan, updateTestCase
3235- createTestCaseSteps, deleteTestCaseSteps
3336
37+ Known TL 1.9.9 limitations:
38+
39+ - 6109 createTestCaseSteps with action 'update' does not change existing steps
40+ - 6108 createTestCaseSteps creates steps without test case references
41+ - 6102 updateTestCase returns debug informations
42+ - 6101 updateTestCase does not set modification timestamp
43+
3444implement missing 1.9.8 api methods - Attachments #13
3545~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46+ new TestlinkAPIGeneric and TestlinkAPIClient api methods to upload attachments
47+
3648- uploadRequirementSpecificationAttachment, uploadRequirementAttachment
3749- uploadTestProjectAttachment, uplodTestSuiteAttachment
3850- uploadTestCaseAttachment
@@ -46,9 +58,15 @@ TestLink-API-Python-client is now installable via PyPI #15
4658
4759new api methods for Platforms implemented #10
4860~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61+ new TestlinkAPIGeneric and TestlinkAPIClient api methods to handle platforms
62+
4963- createPlatform, getProjectPlatforms
5064- addPlatformToTestPlan, removePlatformFromTestPlan
5165
66+ Known TL 1.9.9 limitations:
67+
68+ - 6076 addPlatformToTestPlan creates invalid platform links
69+
5270TestLink-API-Python-client release notes v0.4.5 (Nov. 2013)
5371-----------------------------------------------------------
5472
0 commit comments