Feed on
Posts
Comments

Category Archive for 'Testing'

I finally had a chance to sit down and play with MbUnit last week.  What is MbUnit you say?  It’s a unit testing tool that works very much like NUnit.  NUnit, in case you’ve been living in a cave for the last year or so, is the ’standard’  unit testing software for .NET framework applications.  [...]

Read Full Post »

Bounty of Unit Testing Resources

Are you unit testing your code yet?  It will save you time in the long run if you do.  I dug up some web articles for a recent talk I gave on unit testing and I’m sharing them with you.  Enjoy.
Got more links to share?  Let me know.

Bugslayer Tester Utility, Take 3 Adding Mouse Recording [...]

Read Full Post »

Software Testing Resources

We all know that it is good idea to test our code.  If you work in a software group of more than a couple people then it is a certainty that you will need a good test plan and useful testing tools.  Found this testing resource and want to pass it on.
http://testingfaqs.org/

Read Full Post »