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.
TestLink API Java Client Implementation
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 4
- Joined: Sun May 17, 2009 10:31 pm
-
- TestLink user
- Posts: 4
- Joined: Sun May 17, 2009 10:31 pm
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.
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.
-
- TestLink user
- Posts: 4
- Joined: Sun May 17, 2009 10:31 pm
A summary of client methods is available at the following link.
http://code.google.com/p/dbfacade-testl ... umentation
http://code.google.com/p/dbfacade-testl ... umentation
Re: TestLink API Java Client Implementation
Thanks for opening it!