| Getting started |
IeUnit is a framework to test logical behaviors of web pages. It helps users to create, organize and execute functional unit tests.
The architecture of IeUnit is based on the xUnit framework which 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, its DHTML model and related COM technologies IeUnit offers a simple and efficient test framework.
The main characteristics of IeUnit are:
As representative examples consider the following use cases for IeUnit:
It should be noted that although IeUnit only works on Windows platform it can be used to test HTML pages coming from any web servers as long as those pages are coded according to HTML standard.
As mentioned above IeUnit is intended to test the logical behavior of web pages. It is not intended to test artistic aspects of web pages. Also, IeUnit currently doesn't support testing of features implemented with browser plug-ins (like Acrobat Reader, Shockwave etc.).
| Getting started |