- Notifications
You must be signed in to change notification settings - Fork92
kinow/testlink-java-api
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 internalmethods such as createTestProject, uploadAttachment, getTestProjectByName among others.
The project is built with Maven:
mvnYou can also use the Docker files included in this project repository to set up an environmentwith the PHP TestLink project. Simply run:
docker-compose upThat should create two containers (web anddb). The MySQL database will be available onlocalhost:3306, and the web application onhttp://localhost:8000.
The API version matches the version of TestLink it was developed for. So for TestLink 1.9.15, you should usetestlink-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.
This is an Open Source project. Pull requests are welcome! When reporting issues, please include as muchinformation as possible.
If you have an issue that you need for your organisation and you need it urgentely, please consider contacting theauthor about sponsored work, or work with companies that contribute to Open Source software. Remember, this is anOpen Source project, maintained by volunteers on their spare time.
About
TestLink Java API
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.