Welcome to Dovetail Software Blogs : Sign in | Join | Help

Browse by Tags

All Tags » c#   (RSS)
Extension Methods I Use A Lot
C# extensions have been around for some time and it was a fad for a while to post your favorites. I am following way behind the extension party bus with this post of my favorite extensions. Most of these are poached from Chad and Jeremy and Josh with Read More...
Scenario Testing With Watin
We are starting to use WatiN to automate the testing of a web application. So far it is working pretty well. One of the things I found confusing was handling confirmation alerts like this: Pop-ups like this need to be handled by Watin. The code for handling Read More...