Search found 3 matches

by bmahe
Mon Feb 01, 2010 7:26 pm
Forum: XML-RPC API
Topic: Dev Key for Python users
Replies: 6
Views: 13879

Why not going through the UI?
It is available on the "Personal" menu, just next to Logout. From there you can generate or access your dev key.

Just make sure you enable the api in config/custom_config
by bmahe
Wed Jan 20, 2010 8:06 pm
Forum: XML-RPC API
Topic: List of API functions for Python?
Replies: 1
Views: 4499

You can get the list of functions by directly looking at the xmlrpc server server source located here lib/api/xmlrpc.php
it will define a mapping between function names and functions to call in the server constructor. Look for the assignment of "$this->methods".
by bmahe
Fri Jan 15, 2010 3:58 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Automated excecution of testcases
Replies: 19
Views: 34820

I don't know if this is sill needed or if this is going to help, but in order to make the "Execute and Save Results" button work, you could try to: Create and assign some speciffic custom fields to let TestLink know which xmlrpc server to contact. See function getXMLServerParams() in cfiel...