From f1c0b03cdeb3255f6f60f2240e1d886bdf47f005 Mon Sep 17 00:00:00 2001 From: "nboyd%atg.com" Date: Fri, 10 Dec 2004 01:52:18 +0000 Subject: [PATCH] Add HttpUnit and HtmlUnit --- js/rhino/docs/users.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/rhino/docs/users.html b/js/rhino/docs/users.html index ba34260f0ed..54534fc09e7 100644 --- a/js/rhino/docs/users.html +++ b/js/rhino/docs/users.html @@ -18,6 +18,14 @@ The initial list was collected by Netscape marketing, so Rhino is referred to as Netscape Java-based JavaScript. We'd love to hear how you're using Rhino--just mail . +

HttpUnit +
"Automated testing is a great way to ensure that code being maintained works. The Extreme Programming (XP) methodology relies heavily on it, and practitioners have available to them a range of testing frameworks, most of which work by making direct calls to the code being tested. But what if you want to test a web application? Or what if you simply want to use a web-site as part of a distributed application? +

+In either case, you need to be able to bypass the browser and access your site from a program. HttpUnit makes this easy. 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." + +

HtmlUnit +
HtmlUnit is a java unit testing framework for testing web based applications.
+

Attachmate
"Netscape JavaScript 1.5 with Java implementation was a perfect solution for developing our MacroRecorder because it made our development process