Testopia:Documentation:XMLRPC
From MozillaWiki
Back to the Testopia Main Page
Testopia XMLRPC is now documented inline. On your local installation this means you can simply run perldoc /path/to/module.pm and view the docs. Or, if you have built the bugzilla documentation, you can find it listed in the doc/html/api/ directory in your installation.
Below are links to the documentation on landfill which can be accessed from HERE:
- Bugzilla::WebService::Testopia::Build
- Bugzilla::WebService::Testopia::Environment
- Bugzilla::WebService::Testopia::Product
- Bugzilla::WebService::Testopia::TestCase
- Bugzilla::WebService::Testopia::TestCaseRun
- Bugzilla::WebService::Testopia::Testopia
- Bugzilla::WebService::Testopia::TestPlan
- Bugzilla::WebService::Testopia::TestRun
Any language with an XMLRPC library can make use of this API. There are several example clients in the testopia/contrib/drivers directory . Please note that only the Perl driver (client.pl) is officially supported by the Testopia developers at this time.
Back to the Testopia Main Page