I am sorry but I did not understand what you meant.fman wrote:to code solution available for 1.9.3.
Search found 9 matches
- Mon Aug 13, 2012 3:48 pm
- Forum: TestLink 1.9
- Topic: Test Result matrix - crash due to unsuficient memory
- Replies: 5
- Views: 7310
Re: Test Result matrix - crash due to unsuficient memory
- Sun Aug 12, 2012 6:17 pm
- Forum: TestLink 1.9
- Topic: Test Result matrix - crash due to unsuficient memory
- Replies: 5
- Views: 7310
Re: Test Result matrix - crash due to unsuficient memory
Testlink version - 1.9.3
The error is given in the following pic-

Any idea what I need to do to solve this problem?
The error is given in the following pic-

Any idea what I need to do to solve this problem?
- Fri Aug 10, 2012 11:17 pm
- Forum: TestLink 1.9
- Topic: Test Result matrix - crash due to unsuficient memory
- Replies: 5
- Views: 7310
Test Result matrix - crash due to unsuficient memory
Hi, I am writing this post after searching the testlink forum. We have a project having 600 test cases and 5 platforms and more than 5 builds. With the test result matrix format, There is a error happening, mainly stating that the memory allocated is less. From the other posts in the forum they ment...
- Wed Jul 25, 2012 9:18 pm
- Forum: TestLink 1.9
- Topic: is there a way to increase the size of test case title?
- Replies: 3
- Views: 4203
Re: is there a way to increase the size of test case title?
hahaha :) I am sorry i did not search extensively. But, I did search for it on google but did not find any answer to the post. Was looking at this http://www.teamst.org/forum/viewtopic.php?f=1&t=6164 and put up another post. I am very sorry for it again. Anyhow I figured out how to do it. Here i...
- Wed Jul 25, 2012 4:23 pm
- Forum: TestLink 1.9
- Topic: is there a way to increase the size of test case title?
- Replies: 3
- Views: 4203
is there a way to increase the size of test case title?
HI,
Is there a way to increase the size of test case title?
Thanks
Is there a way to increase the size of test case title?
Thanks
- Mon Jul 16, 2012 5:53 pm
- Forum: TestLink 1.9
- Topic: Is inventory tied to test results
- Replies: 0
- Views: 2500
Is inventory tied to test results
I was wondering If inventory can be tied to test results, or if its an independent entity?
- Mon Jul 09, 2012 6:25 pm
- Forum: TestLink 1.9
- Topic: [SOLVED] How to update custom field using reportTCResult API
- Replies: 3
- Views: 5261
Re: How to update custom field using reportTCResult API
figured it out. Slight part of confusion made me break head on this. working code is given below, for others - $response = $client->send_request('tl.reportTCResult',{ 'devKey' => $APIKey, 'testcaseexternalid' => $TCXID, 'testplanid' => $planID, 'status' => $TCStatus, 'buildid' => $buildID, 'notes' =...
- Mon Jul 09, 2012 5:41 pm
- Forum: TestLink 1.9
- Topic: [SOLVED] How to update custom field using reportTCResult API
- Replies: 3
- Views: 5261
Re: How to update custom field using reportTCResult API
In the php client examples, "array" is being used. The equivalent to it in perl is "hash". So, I tried - my %ash=( "CF_EXE1" => "Configuration","CF_DT"=>"Configuration created by API"); $response = $client->send_request('tl.reportTCResult',...
- Thu Jul 05, 2012 8:30 pm
- Forum: TestLink 1.9
- Topic: [SOLVED] How to update custom field using reportTCResult API
- Replies: 3
- Views: 5261
[SOLVED] How to update custom field using reportTCResult API
Hi, I am using perl xml rpc library to report test case results. I have a custom field called "config" for each test case during test case execution. I am not able to find out how to update this custom field using rpc. In http://jetmore.org/john/misc/phpdoc-testlink193-api/TestlinkAPI/Test...