Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teodesian/testlink-perl

Perl Interface to TestLink XMLAPI
https://github.com/teodesian/testlink-perl

Last synced: 28 days ago
JSON representation

Perl Interface to TestLink XMLAPI

Awesome Lists containing this project

README

        

TestLink::API
=============

Travis CI build status
Coverage Status

Perl Interface to TestLink XMLAPI
---------------------------------

Doesn't implement every method provided (yet), just the ones *I* needed:

* Making Projects,Suites,Tests,Plans and Builds
* Getting the same
* Setting test run statuses and execution attachments
* Dumping the entire test tree.

Basically everything needed to sync up automated test runs to the test management DB.

> my $url = 'http://some.testlink.install/testlink/xmlrpc.php';
>
> my $apikey = 'gobbledygook123';
>
> my $apiClient = new TestLink::API($url,$apikey);

See POD for more info.