Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

TestLink Java API

License

NotificationsYou must be signed in to change notification settings

kinow/testlink-java-api

Repository files navigation

Build StatusCoverage StatusMaven CentralLicense

ko-fi

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.

Building

The project is built with Maven:

mvn

You can also use the Docker files included in this project repository to set up an environmentwith the PHP TestLink project. Simply run:

docker-compose up

That should create two containers (web anddb). The MySQL database will be available onlocalhost:3306, and the web application onhttp://localhost:8000.

Versioning

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.

Support

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.


[8]ページ先頭

©2009-2025 Movatter.jp