Jump to content

HttpUnit

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by RedWolf (talk | contribs) at 17:50, 11 April 2006 (moved Httpunit to HttpUnit: Correct capitalization). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

"Written in Java, HttpUnit emulates the relevant portions of browser behavior, including form submission, JavaScript, basic http authentication, cookies and automatic page redirection, and allows Java test code to examine returned pages either as text, an XML DOM, or containers of forms, tables, and links. When combined with a framework such as JUnit, it is fairly easy to write tests that very quickly verify the functioning of a web site."

See also

Java programming language