Unit Testing Mere Mortals .NET Framework?

First, read up on the other threads on unit testing including a couple good gems here: What makes a good unit test What's the best way of testing private methods How do you know what to test Beginning TDD Development See what applies to your project, directly Specifically, when using a framework, determine what you need to test. Do you trust the framework and vendor? Then don't worry too much about unit testing their code.

You can assume there's a testing boundary there - they've made sure their stuff is right. It's up to you to make sure your code is right Other than that, developing unit tests for your code using MM. NET won't be any different than developing code for any other application library; follow some of the advice in the other questions, and you should do fine.

First, read up on the other threads on unit testing. , including a couple good gems here: What makes a good unit test What's the best way of testing private methods How do you know what to test Beginning TDD Development See what applies to your project, directly. Specifically, when using a framework, determine what you need to test.Do you trust the framework and vendor?

Then don't worry too much about unit testing their code. You can assume there's a testing boundary there - they've made sure their stuff is right.It's up to you to make sure your code is right. Other than that, developing unit tests for your code using MM.

NET won't be any different than developing code for any other application library; follow some of the advice in the other questions, and you should do fine.

Thanks Robert - I'm looking to be able to unit test my business logic without having it depend on the database. My initial thought is that this will be difficult with MM.NET. I'm not new to unit testing, only to this framework.

Have you used it? – ssmith Feb 23 '09 at 22:18 Nope, sorry. :/ – Robert P Feb 23 '09 at 22:59.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions