Search found 4 matches

by danthehorn
Sun May 31, 2009 8:59 pm
Forum: XML-RPC API
Topic: TestPlan creation
Replies: 1
Views: 4638

In addition to the above request is there a plan to add the ability to create a test plan to the TestLink API list of methods?

While developing the Java client, the lack of support of such a method, prevents complete JUnit testing of the library since one must stop and manually create a test plan.
by danthehorn
Sun May 31, 2009 8:54 pm
Forum: XML-RPC API
Topic: TestLink API Java Client Implementation
Replies: 3
Views: 10921

A summary of client methods is available at the following link.

http://code.google.com/p/dbfacade-testl ... umentation
by danthehorn
Sun May 31, 2009 8:52 pm
Forum: XML-RPC API
Topic: TestLink API Java Client Implementation
Replies: 3
Views: 10921

Version 1.0 is ready for download. http://code.google.com/p/dbfacade-testlink-rpc-api/downloads/list Javadoc is provided as part of the download. There are a set of interfaces and classes that are scheduled for implementation that will support the management of an automated execution of test cases f...
by danthehorn
Sun May 17, 2009 10:37 pm
Forum: XML-RPC API
Topic: TestLink API Java Client Implementation
Replies: 3
Views: 10921

TestLink API Java Client Implementation

Our company recently picked TestLink for our test case management tool. We have a need to do automated testing and could not find an open source Java client for the TestLink API. So I started one: http://code.google.com/p/dbfacade-testlink-rpc-api/ I will be working on it over the next several weeks...