WatiN with CruiseControl running as a service

We’ve started using WatIn for our automated tests: nice and easy to use and integrates easily, but I did hit one stumbling block: CruiseControl.NET. When running tests locally, there were no issues - check the code in and bang, the tests fail. It was immediately apparent that it was a... [Read More]
Tags: watin

WatIn

I’ve been fighting with Selenium and automated testing lately, and I just couldn’t shake the feeling that it just wasn’t the right tool for the job. The IDE is flakey in terms of files you save (making changes to the project often results in JS errors in the tests), the... [Read More]
Tags: watin

SQL Server - Finding tables by column

Assuming you use a decent naming convention in your database, it’s sometimes useful to be able to find a list of tables with a common column - for example if you want to write a script to clean out all data related to a specific item, referenced by foreign key... [Read More]
Tags: sqlserver