IeUnit
IeUnit is a simple framework to test logical behaviors of web pages. It helps software engineers to create, organize and execute functional unit tests.
The architecture of IeUnit is based on the xUnit framework that has been adapted to various languages and platforms. IeUnit is implemented in JavaScript language and tailored to Windows platform. By leveraging services provided by Internet Explorer browser, its DHTML model and related COM technologies IeUnit offers a simple and efficient test framework.
Main features of IeUnit are:
* IeUnit scripts test directly against real browser with real JavaScript engine, and thus provide higher confidence than other frameworks which test against simulated (and complex) browsers and JavaScript engines.
* IeUnit test scripts are in JavaScript which is widely used and well documented. There is no need to learn proprietary scripting languages.
* IeUnit offers a very simple installation procedure. There is no need to install other depended libraries except the major Windows system components. If you know JavaScript and DHTML you can install IeUnit and start coding test cases within minutes.
* IeUnit allows extension in an object oriented way. You can integrate you own test classes or test suites by dropping in you code into pre configured directories.
* IeUnit provides a script helper, QuickFocus (screenshots), that enables users to inspect web pages and generate script code with mouse clicks.
Go to http://ieunit.sourceforge.net/
See also these related projects.