TestLink API Java Client Implementation

Discussion and information for XML-RPC interface.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
danthehorn
TestLink user
Posts: 4
Joined: Sun May 17, 2009 10:31 pm

TestLink API Java Client Implementation

Post by danthehorn »

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. Hopefully I did not miss an existing one in my searches. I have created a wiki page to show my progress.
danthehorn
TestLink user
Posts: 4
Joined: Sun May 17, 2009 10:31 pm

Post by danthehorn »

Version 1.0 is ready for download.

http://code.google.com/p/dbfacade-testl ... loads/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 for a test plan.

To TestLink team:

I have named the jar testlink-api-client.jar. If there is an issue with using the testlink name as the lead name for the jar let me know.
danthehorn
TestLink user
Posts: 4
Joined: Sun May 17, 2009 10:31 pm

Post by danthehorn »

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

http://code.google.com/p/dbfacade-testl ... umentation
hithwen
TestLink user
Posts: 3
Joined: Fri Jun 03, 2011 2:49 pm

Re: TestLink API Java Client Implementation

Post by hithwen »

Thanks for opening it!
Post Reply