Other DocumentationSee the XML Reference, User's Guide and API Docs for more detailed information. What is Latka?Latka is a functional (end-to-end) testing tool. It is implemented in Java, and uses an XML syntax to define a series of HTTP (or HTTPS) requests and a set of validations used to verify that the request was processed correctly. Note: Although Latka currently supports only HTTP and HTTPS request/response validations, it may be expanded to perform other sorts of functional testing as warranted. A simple example of a Latka XML test suite is shown in our sample Latka test suite. When processed, this example would verify that the Jakarta Commons homepage is present and that all the Commons Components have online documenation. Installing LatkaRequirements
General installation
Optional web application installation
Using LatkaRunning the sample testsNote:Command-line interface
Note:Web application
Creating your own tests(More to come...) Examine the Latka DTD in the conf directory for a list of all available elements. See the samples for typical syntax. Running testsNote:Command-line interface
Note:Web application
Creating your custom validationsNote:(More to come...) |