Documentation
Get PageUnit Mailing Lists Bug Tracker Contribute Code Cash BSD License Checking Java Programs Site My Java Cookbook My Android Cookbook |
What is PageUnit?PageUnit is an open source project dedicated to making an easy-to-use yet powerful tool for testing web applications. PageUnit aims to be a part of the xUnit testing family, of which the best-known member is the JUnit testing framework. However, at this level we are not really doing unit testing, but functional testing (see Evil Unit Testing). There are many kinds of tests you can do against a web site, including:
Quick StartDownload the jar files. Save them in a directory along with this sample test. Run java pageunit.PageUnit test1.txt. Sit back and watch the results. |