HttpUnit: Difference between revisions

Content deleted Content added
Nominated for deletion; see Wikipedia:Articles for deletion/HttpUnit.
Tags: Twinkle Reverted
Bender the Bot (talk | contribs)
m HTTP to HTTPS for SourceForge
 
(One intermediate revision by one other user not shown)
Line 1:
{{Short description|Website testing framework}}
<!-- Please do not remove or change this AfD message until the discussion has been closed. -->
{{Article for deletion/dated|page=HttpUnit|timestamp=20240601044038|year=2024|month=June|day=1|substed=yes|help=off}}
<!-- Once discussion is closed, please place on talk page: {{Old AfD multi|page=HttpUnit|date=1 June 2024|result='''keep'''}} -->
<!-- End of AfD message, feel free to edit beyond this point -->
{{Refimprove|date=March 2023}}
{{ Infobox Software
Line 21 ⟶ 17:
| genre = [[software testing]]
| license = [[MIT license|MIT]]
| website = httphttps://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.
Line 41 ⟶ 37:
 
==External links==
*[httphttps://httpunit.sourceforge.net/ HttpUnit]
 
[[Category:Java platform]]