19 lines
1.0 KiB
Plaintext
19 lines
1.0 KiB
Plaintext
%META:TOPICINFO{author="RenatoDeGiovanni" date="1231184097" format="1.1" version="1.3"}%
|
|
%META:TOPICPARENT{name="RoadMap"}%
|
|
*Description:* TapirTester is a web application that was created to test TAPIR providers. Users can give the URL of a TAPIR provider and specify one of the available test suites. TapirTester will then perform a series of tests to check if the provider is working correctly. Results are displayed in a list of "pass"/"fail" messages for each test case.
|
|
|
|
*Service address:* http://tapir.tdwg.org/tester
|
|
|
|
*Source code publicly available in the subversion repository:* https://digir.svn.sourceforge.net/svnroot/digir/tapirtester
|
|
|
|
*Language:* PHP
|
|
|
|
*Developer:* RenatoDeGiovanni
|
|
|
|
---++ Understanding the Output Messages
|
|
|
|
These are some of the possible errors/exceptions that can be found when testing a TAPIR service:
|
|
|
|
---+++++ PEAR error (16):Malformed response
|
|
|
|
This error usually means that there was a timeout triggered by the client (TapirTester). In this case, the service being tested is simply taking too long to respond to a specific request. |