I've earlier written about what
WatiN in combination with nUnit can do, but I thought I'd create a Video Blog just to really show you what this brilliant tool can do.
Now if you watch the above video you will realize that WatiN is a pretty amazing tool. I use WatiN together with
nUnit, but it can also be used together with other Unit Testing Frameworks for .Net. In fact it can even be used standalone if you wish. Though for testing purposes it doesn't really make much sense without some sort of Testing Frameworks like nUnit etc...
For us when we develop
Ra-Ajax having a tool like WatiN is absolutely crucial. Often we want to refactor parts of the core which might have implications we are not able to foresee. With WatiN we can refactor very deeply without feeling fear of breaking code since the Unit Tests built on top of WatiN and nUnit will become red if something goes wrong.
WatiN is Open Source, free of charge and actively maintained by Jeroen van Menen.
Visit the website to check it out...
Thomas