You can edit almost every page by Creating an account and confirming your email.

HttpUnit: Difference between revisions

From EverybodyWiki Bios & Wiki
WikiMasterBot2 (talk | contribs)
m WikiMasterBot2 moved page Kept on Wikipedia:HttpUnit to HttpUnit without leaving a redirect: move to main NS
WikiMasterBot2 (talk | contribs)
m Restauration de la révision ID 4104034 (plus long contenu)
Line 1: Line 1:
{{Kept on Wikipedia}}
{{Short description|Website testing framework}}
{{Refimprove|date=March 2023}}
{{ Infobox Software
| name                  = HttpUnit
| logo                  =
| screenshot            =
| caption                =
| collapsible            = yes
| developer              =
| latest release version = 1.7
| latest release date    = {{release date|2008|05|20}}
| latest preview version =
| latest preview date    =
| operating system      = [[Cross-platform]]
| size                  = 4.0 MB (archived)
| programming language  = [[Java (programming language)|Java]]
| genre                  = [[software testing]]
| license                = [[MIT license|MIT]]
| website                = http://httpunit.sourceforge.net/
}}
'''HttpUnit''' is an [[open-source software|open-source]] [[software testing]] framework used to perform testing of web sites without the need for a [[web browser]]. HttpUnit supports [[HTML]] form submission, [[JavaScript]], [[Hypertext Transfer Protocol|HTTP]] [[basic access authentication]], automatic page redirection, and [[HTTP cookie|cookies]].<ref>{{cite web |url=https://www.oit.va.gov/Services/TRM/ToolPage.aspx?tid=5814 |title=HttpUnit |date=November 25, 2013 |website=VA Technical Reference Model v 23.2 |access-date=March 15, 2023}}</ref> Written in [[Java (programming language)|Java]], HttpUnit allows Java test code to process returned pages as text, XML [[Document Object Model|DOM]], or containers of forms, tables and links. HttpUnit is well suited to be used in combination with [[JUnit]], in order to easily write tests that verify the proper behaviour of a web site.
 
The use of HttpUnit allows for automated testing of web applications and as a result, assists in [[regression testing]].
 
==See also==
*[[Software performance testing]]
*[[Performance Engineering]]
*[[Software]]
*[[HtmlUnit]]
 
==References==
{{reflist}}
 
==Further reading==
* {{cite book |last1=Hightower |first1=Richard |author2=Warner Onstine |author3=Paul Visan |title=Professional Java Tools for Extreme Programming: Ant, XDoclet, JUnit, Cactus, and Maven |year=2004|publisher=John Wiley & Sons|isbn=978-0-7645-5617-3 |pages=297–318 |chapter=16. Functional Testing with HttpUnit}}
* {{cite book |last=Link |first=Johannes |title=Unit Testing in Java: How Tests Drive the Code |date=10 June 2003 |publisher=Morgan Kaufmann |isbn=978-0-08-052017-9 |pages=242–249}}
 
==External links==
*[http://httpunit.sourceforge.net/ HttpUnit]
 
[[Category:Java platform]]
[[Category:Unit testing frameworks]]
 
 
{{compu-library-stub}}
{{⚠️🚨COPIED from EverybodyWiki ❗❕⚠️😡😤Please respect Licence CC-BY-SA ❗}}
{{Source Wikipedia}}
{{Kept on Wikipedia|Biggest version}}

Revision as of 13:54, 9 January 2025


HttpUnit
Stable release
1.7 / May 20, 2008 (2008-05-20)
Written inJava
Engine
    Operating systemCross-platform
    Size4.0 MB (archived)
    Typesoftware testing
    LicenseMIT
    Websitehttp://httpunit.sourceforge.net/

    Search HttpUnit on Amazon.

    HttpUnit is an open-source software testing framework used to perform testing of web sites without the need for a web browser. HttpUnit supports HTML form submission, JavaScript, HTTP basic access authentication, automatic page redirection, and cookies.[1] Written in Java, HttpUnit allows Java test code to process returned pages as text, XML DOM, or containers of forms, tables and links. HttpUnit is well suited to be used in combination with JUnit, in order to easily write tests that verify the proper behaviour of a web site.

    The use of HttpUnit allows for automated testing of web applications and as a result, assists in regression testing.

    See also

    References

    1. "HttpUnit". VA Technical Reference Model v 23.2. November 25, 2013. Retrieved March 15, 2023.

    Further reading

    • Hightower, Richard; Warner Onstine; Paul Visan (2004). "16. Functional Testing with HttpUnit". Professional Java Tools for Extreme Programming: Ant, XDoclet, JUnit, Cactus, and Maven. John Wiley & Sons. pp. 297–318. ISBN 978-0-7645-5617-3. Search this book on
    • Link, Johannes (10 June 2003). Unit Testing in Java: How Tests Drive the Code. Morgan Kaufmann. pp. 242–249. ISBN 978-0-08-052017-9. Search this book on

    External links



    This article "HttpUnit" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:HttpUnit. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.

    Page kept on Wikipedia This page exists already on Wikipedia.