admin on December 7th, 2009

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

  • Browser compatability testing. Test your application to see if it works correctly on different browsers and operating systems. The same script can run on any Selenium platform.
  • System functional testing.

    Continue reading about Selenium

admin on December 7th, 2009

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.

Continue reading about Web Form Flooder

admin on December 7th, 2009

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.

Continue reading about Xml Test Suite

admin on December 7th, 2009

TagUnit is a tag library for testing custom tags within JSP pages.

Continue reading about TagUnit

admin on December 7th, 2009

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).

Continue reading about tclwebtest