HttpUnit: Difference between revisions

Content deleted Content added
m moved Httpunit to HttpUnit: Correct capitalization
rewrite so it's not a verbatim copy from the web site
Line 1:
"Written in Java, '''HttpUnit''' emulatesis thean relevant[[open portionssource]] [[software testing]] framework used to perform testing of web sites without the need for a [[web browser]]. behavior,HttpUnit includingsupports [[HTML]] form submission, [[JavaScript]], [[Basic authentication scheme|basic httpHTTP authentication]], cookies and automatic page redirection, and [[HTTP cookie|cookies]]. Written in [[Java programming language|Java]], HttpUnit allows Java test code to examineprocess returned pages either as text, an XML [[Document Object Model|DOM]], or containers of forms, tables, and links. WhenHttpUnit combinedis withwell asuited frameworkto suchbe asused in combination with [[JUnit]], itin isorder fairlyto easy toeasily write tests that very quickly verify the functioningproper behaviour of a web site."
 
The use of HttpUnit allows for automated testing of web applications and as a result, assists in [[regression testing]].
 
==External links==
*[http://httpunit.sourceforge.net/ HttpUnit]
 
[[Category:Java platform]][[Category:Software testing]]
==See also==
[[Java programming language]]