Share via


Unit Testing Tips - Write Maintainable Unit Tests That Will Save You Time And Tears

Tue, 13 Dec 2005 10:00:00 GMT

Everybody's talking about unit testing and you want to get into the game too. But you don't want the tests to take up all your development time and energy. Fortunately Roy Osherove is here to dispel some testing myths and put you on the road to efficient unit testing.

Read article

Know Thy Code - Simplify Data Layer Unit Testing using Enterprise Services

Tue, 10 May 2005 10:00:00 GMT

If you want to employ unit testing and test-driven development techniques in your database application development process, you'll have different factors to consider than you do when you're not involving a database. For example, you have to maintain a consistent state within the database and be able to roll back transactions when necessary. This article shows you how to get the best of unit testing for your database apps in a safe, usable manner.

Read article