Search found 10 matches

by AnneGaelle
Wed Oct 07, 2009 3:58 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Automated excecution of testcases
Replies: 19
Views: 34545

Hi ! I have some work dued for the end of the week but I may be able to produce (on Monday) a documented example in java or python, explaining how to use the methods of TestLink API. If you wanted to use Selenium RC, I think java code is the better solution because, if i am right, Selenium is able t...
by AnneGaelle
Wed Oct 07, 2009 12:13 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Automated excecution of testcases
Replies: 19
Views: 34545

Hi ! I wrote some python scripts to execute a whole test plan at a time or to use the "Execute and Save Results" buttom. I'm now dealing with the same things in java code. Some examples are provided to use xml rpc methods (/lib/api/sample_client under TestLink repository). There's just a l...
by AnneGaelle
Fri Apr 24, 2009 8:31 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Assign custom fields to some test cases
Replies: 5
Views: 6300

If you are wondering how to order custom fields at display, go to the home page, press on Assign custom fields. For each custom fields you can choose a display order. Give the number 1 to "Test Configuration", the 2 to your new CF and finally 3 for "test procedure". Press on &quo...
by AnneGaelle
Thu Apr 23, 2009 11:52 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Assign custom fields to some test cases
Replies: 5
Views: 6300

I feel that if custom fields are not filled in for one test case, they do not appear in its description. So no need to disable them.
by AnneGaelle
Thu Apr 23, 2009 11:24 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Execution Order
Replies: 1
Views: 3033

Hello ! Yes, you can change the execution order by modifying the values in "add/remove test cases" page, and then save the modifications by pressing on the "save order" bottom. But in my opinion, it is only useful if your testing process is automated. In that case, the execution ...
by AnneGaelle
Fri Mar 06, 2009 3:12 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: getTestCaseCustomFieldDesignValue
Replies: 1
Views: 3319

getTestCaseCustomFieldDesignValue

Hello everybody ! I've been using Testlink for some weeks and i'm now trying to automate tests. what i would like to do is using custom fields to pass some variable parameters to test scripts. The getTestCaseCustomFieldDesignValue method (xmlrpc.php) would be very useful ... if it was implemented ! ...
by AnneGaelle
Thu Feb 12, 2009 2:09 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: New Status in the diagram
Replies: 2
Views: 4471

Hello !

your post is a bit old now, but did you got or found an answer. I Have actually the same issue ... thanks for your help

AG
by AnneGaelle
Wed Feb 11, 2009 2:54 pm
Forum: XML-RPC API
Topic: Question on Python example for API in 1.8 RC3
Replies: 2
Views: 6467

Hello ! I don't know if you got an answer to your problem. I had the same issue some days ago. In fact, it is not : def reportTCResult(self, tcid, tpid, status): data = {"devKey":self.devKey, "tcid":tcid, "tpid":tpid, "status":status} return self.server.tl.rep...
by AnneGaelle
Fri Feb 06, 2009 1:24 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: [resolved]Suitable test case ID for reportTCResult function
Replies: 1
Views: 3259

[resolved]

I've just seen the bug was reported and corrected.
in all xmlrpc functions, tcid must be replaced by testcaseid and tpid by testplanid...
by AnneGaelle
Thu Feb 05, 2009 3:38 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: [resolved]Suitable test case ID for reportTCResult function
Replies: 1
Views: 3259

[resolved]Suitable test case ID for reportTCResult function

Hello ! I've just installed Testlink 1.8. It's the first time I use it. I try to lauch some examples, such as clientSample.py, but a problem occurred. I modified very required fields but there is still the same error with the reportTCResult function : reportTCResult result was: [{'message': 'No Test...