I have really been getting into automated unit-testing and Test Driven Development (TDD) over the last year. Like many developers I work with database tables that have a surrogate primary key. In the case of Microsoft SQL Server this handled through the use on an Identity column. As expected this causes many problems during testing as [...]
↧