Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/teodesian/testlink-perl
- Owner: teodesian
- Created: 2014-07-25T00:58:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T20:09:37.000Z (over 9 years ago)
- Last Synced: 2024-03-18T15:31:47.991Z (8 months ago)
- Language: Perl
- Size: 599 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
TestLink::API
=============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.