browserUnit is a C# library to automate the internet explorer and to
simulate user sessions. It can be combined with NUnit to easily set up a
test suite for web applications.
The tool is mostly inspired by the Ruby library Watir, which works very
well but does not fit my .Net environment. Due to the lack of a better
free tool, I started developing one by my own. The project can be found at
http://browserunit.sourceforge.net/
Any feedback would be very welcome!
regards,
Achim