项目作者: kinow

项目描述 :
TestLink Java API
高级语言: Java
项目地址: git://github.com/kinow/testlink-java-api.git
创建时间: 2011-09-25T17:08:26Z
项目社区:https://github.com/kinow/testlink-java-api

开源协议:Other

下载


TestLink Java API

Build Status
Coverage Status
Maven Central
License

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 internal
methods such as createTestProject, uploadAttachment, getTestProjectByName among others.

Building

The project is built with Maven:

  1. 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:

  1. 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.