Search found 7 matches

by mooasun
Mon Dec 09, 2013 5:47 pm
Forum: TestLink 1.9
Topic: how to move multiple test cases at a time
Replies: 3
Views: 6009

Re: how to move multiple test cases at a time

they can copy or move a single test suite or test case.
My question is how to copy or move multiple suite or test cases at a time.
Is it allowed? how?
by mooasun
Fri Dec 06, 2013 1:41 am
Forum: TestLink 1.9
Topic: how to move multiple test cases at a time
Replies: 3
Views: 6009

how to move multiple test cases at a time

I have about 500 test cases in a test suite. I want to split into three sub suites.
I could not find a way to move a block of test cases(30 - 100 test cases) from one suite into another suite.
It allows to move one by one. any suggestions?
by mooasun
Tue Nov 20, 2012 12:37 am
Forum: XML-RPC API
Topic: Using reportTCResult() when Platform is MISSING
Replies: 4
Views: 9360

Re: Using reportTCResult() when Platform is MISSING

Ok. It sounds like the functionality is not there. I will extend the XML-RPC API (TestlinkXMLRPCServer) to add those functionalities. BTW, is there documentation on TestLink data model? I do not find it in dev guide. I like to understand how test case version, platform, build and execution tables ar...
by mooasun
Tue Nov 13, 2012 9:30 pm
Forum: XML-RPC API
Topic: [SOLVED] Impossible to find devkey with TL 1.9.RC1
Replies: 3
Views: 8002

Re: Impossible to find devkey with TL 1.9.RC1

That is because you have not enable API in config file. Go you your testlink installation directory and edit config.inc.php. Change the following setting to TRUE. Next, restart Apache or whatever web server you use. Login again and visit "My Settings" page (link on top of each page). You s...
by mooasun
Tue Nov 13, 2012 9:22 pm
Forum: XML-RPC API
Topic: Using reportTCResult() when Platform is MISSING
Replies: 4
Views: 9360

Re: Using reportTCResult() when Platform is MISSING

Yes, I have got though all those you mentioned. I had also looked thru source code xmlrpc.class.php a few times. I was not able find anything that can address my problem. I do not understand why other people had not encounter this problem before. This seems to be something anyone who do automation w...
by mooasun
Tue Nov 13, 2012 2:42 am
Forum: XML-RPC API
Topic: Using reportTCResult() when Platform is MISSING
Replies: 4
Views: 9360

Using reportTCResult() when Platform is MISSING

I am using XML-RPC to import test results to test link. But I get an error from reportTCResult() when a test case in a test plan does not have the test platform assigned. I like to programatically assign a test platform to a test case in a test plan but I did not find any API that can accomplish tha...
by mooasun
Thu Oct 18, 2012 6:01 pm
Forum: TestLink 1.9
Topic: remove or hide test case ID from report
Replies: 1
Views: 2928

remove or hide test case ID from report

I am using testlink1.9.3 with easyPHP-12.1. I want to hide or remove the predefined test case ID which is set at the time of creation of new project. I got a HELP from Radu Popescu's writing: http://www.radhoo.com/remove-id-from-reports-testlink/ I could hide the Testcase ID from Tree menu with $tlC...