TestLink Java API

TestLink Java API to interface with TestLink PHP XML-RPC API.

License

License

MIT
Categories

Categories

Java Languages
GroupId

GroupId

br.eti.kinoshita
ArtifactId

ArtifactId

testlink-java-api
Last Version

Last Version

1.9.20-1
Release Date

Release Date

Type

Type

jar
Description

Description

TestLink Java API
TestLink Java API to interface with TestLink PHP XML-RPC API.
Source Code Management

Source Code Management

http://github.com/kinow/testlink-java-api

Download testlink-java-api

How to add to project

<!-- https://jarcasting.com/artifacts/br.eti.kinoshita/testlink-java-api/ -->
<dependency>
    <groupId>br.eti.kinoshita</groupId>
    <artifactId>testlink-java-api</artifactId>
    <version>1.9.20-1</version>
</dependency>
// https://jarcasting.com/artifacts/br.eti.kinoshita/testlink-java-api/
implementation 'br.eti.kinoshita:testlink-java-api:1.9.20-1'
// https://jarcasting.com/artifacts/br.eti.kinoshita/testlink-java-api/
implementation ("br.eti.kinoshita:testlink-java-api:1.9.20-1")
'br.eti.kinoshita:testlink-java-api:jar:1.9.20-1'
<dependency org="br.eti.kinoshita" name="testlink-java-api" rev="1.9.20-1">
  <artifact name="testlink-java-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.eti.kinoshita', module='testlink-java-api', version='1.9.20-1')
)
libraryDependencies += "br.eti.kinoshita" % "testlink-java-api" % "1.9.20-1"
[br.eti.kinoshita/testlink-java-api "1.9.20-1"]

Dependencies

compile (7)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.8.1
commons-io : commons-io jar 2.6
org.apache.commons : commons-configuration2 jar 2.7
org.apache.xmlrpc : xmlrpc-common jar 3.1.3
org.apache.xmlrpc : xmlrpc-client jar 3.1.3
xml-apis : xml-apis jar 1.0.b2
org.apache.httpcomponents : httpclient jar 4.5.8

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.11
org.eclipse.jetty : jetty-server jar 9.4.14.v20181114

Project Modules

There are no modules declared in this project.

TestLink Java API

Build Status Coverage Status Maven Central License

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.

Versions

Version
1.9.20-1
1.9.20-0
1.9.19-0
1.9.17-1
1.9.17-0
1.9.16-2
1.9.16-1
1.9.16-0
1.9.14-0
1.9.13-0
1.9.8-1
1.9.8-0
1.9.7-0
1.9.6-1
1.9.6-0
1.9.5-0
1.9.4-1
1.9.4-0
1.9.3-5
1.9.3-4
1.9.3-3
1.9.3-2
1.9.3-1
1.9.3-0
1.9.2-6
1.9.2-5
1.9.2-4
1.9.2-3
1.9.2-2
1.9.2-1
1.9.2-0
1.9.1-0
1.9.0-4
1.9.0-3
1.9.0-2
1.9.0-1