|
Testing Portal Web Applications With HttpUnit |
|
Written by George Murnock
|
|
Saturday, 01 October 2005 |
Having robust, automated tests running against your Web applications will help you find defects before they reach your production environment. They'll also allow you to implement your fixes and updates quickly, confident that there were no unintended "side-effects" to your changes.
This article describes how to create, execute, and automate Web application tests using HttpUnit, an open-source, request/response-based testing tool built upon the JUnit test framework. We will cover how to use it, some of its limitations, and some advanced practices as they apply to Portal testing. This tutorial assumes basic familiarity with JUnit.
Click here to view the whole article
|