Selenium is a test tool for web applications. Selenium tests run directly in a browser, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh. No other test tool covers such a wide array of platforms.
It features
Web Form Flooder is a Java console utility that will analyze a Web page, complete any forms present on the page with reasonable data, and submit the data. The utility will also crawl links within the site in order to identify and flood additional forms that may be present.
XmlTestSuite is an XML-based tool based on HttpUnit for testing complex Web applications using XML. It supports test driven development, database checking, XPath and JavaScript expressions, and can separate test data from test steps. The tests are also written in XML.
tclwebtest is a tool to write automated tests for Web applications. It provides a simple API for issuing HTTP requests, dealing with the result, and assuming specific response values, while taking care of the details such as redirects and cookies. It has some basic HTML parsing functionality, to provide access to elements of the result HTML page that are needed for testing (mainly links and forms).