Overcoming Fear of Unit Testing Disease

Writing your first unit tests can be daunting and can cause you to put off the task for years, like some people I know, but it doesn't have to be that way!

One thing that has stopped me for a long time was that I always seem to be interacting with data and lately using Entity Framework to do so. Neither of these paths lend themselves well to Unit Testing. But I decided finally to take the plunge just to get started, with something that is more real to me than the classic bank account withdrawal unit test example.

Read more here

[A New DevLife post]

No comments (yet...)

Leave a Comment