Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1.7 KiB

* Welcome
Thanks for dowloading WatiN. WatiN (pronounced "what-in") stands for Web Application Testing
in dotNet. Inspired by Watir, WatiN enables web application testing, through Internet Explorer
on a Windows platform, expressed in any .Net language.

Visit http://watin.sourcefoge.net for more information and to download the latest version.

* License
WatiN is Apache License 2.0 licensed so before using WatiN please read the license.txt so you know
the terms and conditions for using and modifying WatiN.

* Pre requisits
- WatiN has been tested on Windows XP SP2, Windows 2000 and Windows 2003.
- Make sure you have a working IE6 or IE7 installed on your machine.
- The .Net 1.1 or .Net 2.0 framework needs to be installed.

* Installing WatiN
- Create an installation directory like C:\Program Files\WatiN <versionnumber>.
- unzip the files in this zip file to the installation directory.
- ready!

* Using WatiN
Following are the basic steps:
- Create a new project in Visual Studio 2003/2005 (or another dev tool like SharpDevelop).
- Create a reference to WatiN.Core.dll in the installation directory.
- Start coding and exploring the object model (See the code files in the UnitTests directory
for code examples).

For a more complete example visit http://watin.sourceforge.net/gettingstarted.html.
For more documentation about (using) WatiN visit http://watin.sourceforge.net/documentatie.html.

* Support
Subscribe to the mailinglist(s) and/or use the bug and feature tracker on
http://sourceforge.net/projects/watin for the intended purposes.

* RSS
Stay informed about new releases by subscribing to the project news RSS feed on
http://watin.sourcefoge.net

Enjoy testing with WatiN!

Copyright Jeroen van Menen 2006