1
1
Changes in TestLink-API-Python-client Source Distribution
2
2
=========================================================
3
3
4
- TestLink-API-Python-client UNDER DEVELOP v0.4.7
5
- -----------------------------------------------
4
+ TestLink-API-Python-client release notes v0.4.7 (Jan. 2014)
5
+ -----------------------------------------------------------
6
6
7
7
new service methods - copy test cases #17
8
8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -17,22 +17,34 @@ Example::
17
17
18
18
>>> import testlink
19
19
>>> 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', ...}]
23
23
>>> tls.copyTCnewTestCase(tc_info[0]['testcase_id'], testsuiteid=newSuiteID,
24
24
testcasename='a new test case name')
25
25
26
26
Known limitations:
27
+
27
28
- estimatedexecduration settings are not copied
28
29
29
30
implement missing 1.9.8 api methods - TestCase #11
30
31
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32
+ new TestlinkAPIGeneric and TestlinkAPIClient api methods to modify test cases
33
+
31
34
- addTestCaseToTestPlan, updateTestCase
32
35
- createTestCaseSteps, deleteTestCaseSteps
33
36
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
+
34
44
implement missing 1.9.8 api methods - Attachments #13
35
45
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46
+ new TestlinkAPIGeneric and TestlinkAPIClient api methods to upload attachments
47
+
36
48
- uploadRequirementSpecificationAttachment, uploadRequirementAttachment
37
49
- uploadTestProjectAttachment, uplodTestSuiteAttachment
38
50
- uploadTestCaseAttachment
@@ -46,9 +58,15 @@ TestLink-API-Python-client is now installable via PyPI #15
46
58
47
59
new api methods for Platforms implemented #10
48
60
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
+ new TestlinkAPIGeneric and TestlinkAPIClient api methods to handle platforms
62
+
49
63
- createPlatform, getProjectPlatforms
50
64
- addPlatformToTestPlan, removePlatformFromTestPlan
51
65
66
+ Known TL 1.9.9 limitations:
67
+
68
+ - 6076 addPlatformToTestPlan creates invalid platform links
69
+
52
70
TestLink-API-Python-client release notes v0.4.5 (Nov. 2013)
53
71
-----------------------------------------------------------
54
72
0 commit comments