Search found 5 matches
- Fri Feb 06, 2015 11:18 pm
- Forum: TestLink 1.9
- Topic: TL1.9.11 Import fails randomly
- Replies: 1
- Views: 3197
TL1.9.11 Import fails randomly
I am using TL 1.9.11. Here I am trying to import a test suite using XML. XML size is 363KB and contains some 115 test cases. When trying to import this XML it fails in between; right pain goes white, no info on import. Refresh the TL and I can see only a few test cases are added. Number of test case...
- Wed Aug 20, 2014 8:20 pm
- Forum: XML-RPC API
- Topic: [NOT AN ISSUE] KeyError for testlink project name
- Replies: 6
- Views: 14123
Re: KeyError for testlink project name
Found issue in python script.
Thanks for you valuable time and support.
Thanks for you valuable time and support.
- Wed Aug 20, 2014 3:35 pm
- Forum: XML-RPC API
- Topic: [NOT AN ISSUE] KeyError for testlink project name
- Replies: 6
- Views: 14123
Re: KeyError for testlink project name
Yes Issue is still there. I used the clientGetProjects.py to get the details of testlink projects. Received response is [{'opt': {'requirementsEnabled': 1, 'testPriorityEnabled': 1, 'automationEnabled': 1, 'inventoryEnabled': 1}, 'prefix': 'my_Prefix', 'name': 'my_Project' , 'color': '', 'notes': '<...
- Tue Aug 19, 2014 10:01 pm
- Forum: XML-RPC API
- Topic: [NOT AN ISSUE] KeyError for testlink project name
- Replies: 6
- Views: 14123
Re: KeyError for testlink project name
I tried to run sample clientGetProjects.py and in the received response I can see that 'name' is still a valid return type.fman wrote:probably return data type has been changed.
I suggest to try with our PHP sample client and then change your implementation
- Mon Aug 18, 2014 11:16 pm
- Forum: XML-RPC API
- Topic: [NOT AN ISSUE] KeyError for testlink project name
- Replies: 6
- Views: 14123
[NOT AN ISSUE] KeyError for testlink project name
Earlier I was using testlink 1.9.5 and now it is updated to 1.9.11. In one of script test project names is fetched with following code: [x for x in testLinkServer.tl.getProjects(testLinkArgs) if x['name']== 'Projec_Name'][0]['id'] This code was working with 1.9.5 but with 1.9.11 I am getting error: ...