https://github.com/kinow/testlink-java-api
TestLink Java API
https://github.com/kinow/testlink-java-api
hacktoberfest java java-api testlink xml-rpc
Last synced: 22 days ago
JSON representation
TestLink Java API
- Host: GitHub
- URL: https://github.com/kinow/testlink-java-api
- Owner: kinow
- License: mit
- Created: 2011-09-25T17:08:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T05:45:56.000Z (8 months ago)
- Last Synced: 2025-04-03T13:16:23.599Z (2 months ago)
- Topics: hacktoberfest, java, java-api, testlink, xml-rpc
- Language: Java
- Homepage: http://kinow.github.io/testlink-java-api/
- Size: 2.56 MB
- Stars: 65
- Watchers: 23
- Forks: 92
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
TestLink Java API
=================[](https://travis-ci.org/kinow/testlink-java-api)
[](https://coveralls.io/r/kinow/testlink-java-api)
[](https://maven-badges.herokuapp.com/maven-central/br.eti.kinoshita/testlink-java-api/)
[](https://opensource.org/licenses/MIT)[](https://ko-fi.com/X8X1618T2)
Project homepage: http://kinow.github.io/testlink-java-api
TestLink Java API is a Java API that interfaces TestLink XML-RPC API. This API lets you call TestLink internal
methods such as createTestProject, uploadAttachment, getTestProjectByName among others.## Building
The project is built with Maven:
mvn
You can also use the Docker files included in this project repository to set up an environment
with the PHP TestLink project. Simply run:docker-compose up
That should create two containers (`web` and `db`). The MySQL database will be available on
`localhost:3306`, and the web application on `http://localhost:8000`.## Versioning
The API version matches the version of TestLink it was developed for. So for TestLink 1.9.15, you should use
testlink-java-api-1.9.15-x. Where x is an internal sequential number, used to distinguish between project releases.If you use the API version 1.9.15-0 against TestLink 1.9.16, there is no guarantee it will work.
## Support
This is an Open Source project. Pull requests are welcome! When reporting issues, please include as much
information as possible.If you have an issue that you need for your organisation and you need it urgentely, please consider contacting the
author about sponsored work, or work with companies that contribute to Open Source software. Remember, this is an
Open Source project, maintained by volunteers on their spare time.