Content deleted Content added
m capitalization |
No edit summary |
||
Line 1:
{{ Infobox Software
| name = HttpUnit
| logo =
| screenshot =
| caption =
| collapsible = yes
| developer =
| status = Active
| 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 = [[BSD license|BSD]]
| website = http://httpunit.sourceforge.net/
}}
'''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]], [[Hypertext Transfer Protocol|HTTP]] [[basic access authentication]], automatic page redirection, and [[HTTP cookie|cookies]]. 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.
|