All Projects → kinow → testlink-java-api

kinow / testlink-java-api

Licence: other
TestLink Java API

Programming Languages

java
68154 projects - #9 most used programming language
PHP
23972 projects - #3 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to testlink-java-api

tiff-java
Tagged Image File Format Java Library
Stars: ✭ 65 (+4.84%)
Mutual labels:  java-api
backblaze-b2-java-api
Java API for the fabulous backblaze B2 API
Stars: ✭ 13 (-79.03%)
Mutual labels:  java-api
wbp4j
Simple Java Api for 微博图床,使用简单的api即可完成上传图片
Stars: ✭ 48 (-22.58%)
Mutual labels:  java-api
MilightAPI
A java API for MiLight light bulbs. Other brands of light bulbs are also compatible, for instance EasyBulb, LimitlessLED, etc.
Stars: ✭ 28 (-54.84%)
Mutual labels:  java-api
yahoo-weather-java-api
A Java API for the yahoo weather service
Stars: ✭ 26 (-58.06%)
Mutual labels:  java-api
JavaTelegramBot-API
Java Telegram Bot API
Stars: ✭ 34 (-45.16%)
Mutual labels:  java-api
Useful Java Links
A list of useful Java frameworks, libraries, software and hello worlds examples
Stars: ✭ 5,126 (+8167.74%)
Mutual labels:  java-api
dokuwikixmlrpc
Python module for the DokuWiki XML-RPC backend
Stars: ✭ 26 (-58.06%)
Mutual labels:  xml-rpc
xmind2testlink
Convert xmind to test link xml files, support xmind pro and xmind zen.
Stars: ✭ 99 (+59.68%)
Mutual labels:  testlink
compare-utils
Compares of Java Collections and Objects (of different classes) made easy
Stars: ✭ 15 (-75.81%)
Mutual labels:  java-api
xmlrpc-bruteforcer
An XMLRPC brute forcer targeting Wordpress written in Python 3. (DISCONTINUED)
Stars: ✭ 62 (+0%)
Mutual labels:  xml-rpc
xmlrpcwsc-dotnet
XML-RPC Web Service Client C# implementation
Stars: ✭ 30 (-51.61%)
Mutual labels:  xml-rpc
ioBroker.hm-rpc
Connects HomeMatic Interface-Processes to ioBroker
Stars: ✭ 55 (-11.29%)
Mutual labels:  xml-rpc
j4ts
Core Java APIs for TypeScript / JavaScript / JSweet
Stars: ✭ 92 (+48.39%)
Mutual labels:  java-api
active-persistence
Active Persistence is a implementation of Active Record Query Interface for JPA that makes it easy and fun.
Stars: ✭ 14 (-77.42%)
Mutual labels:  java-api
odooly
Python library and CLI to interact with Odoo and OpenERP.
Stars: ✭ 53 (-14.52%)
Mutual labels:  xml-rpc
google-search-results-java
Google Search Results JAVA API via SerpApi
Stars: ✭ 18 (-70.97%)
Mutual labels:  java-api
radiobrowser4j
RadioBrowser Java API library
Stars: ✭ 30 (-51.61%)
Mutual labels:  java-api
travels-java-api
An API for travel management. It is built with Java, Spring Boot, and Spring Framework. A toy-project to serve as a theoretical basis for the Medium series of articles I wrote about Java+Spring.
Stars: ✭ 139 (+124.19%)
Mutual labels:  java-api
japi
Used to generate a beautiful API Java document
Stars: ✭ 103 (+66.13%)
Mutual labels:  java-api

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:

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].