Art Of Unit Testing - Book Wiki > Getting Started with Unit Testing

Getting Started with Unit Testing

Table of contents
No headers

This page containes resources and lists of things you can do to get started learning and writing unit tests.

 

 

 

It is easy to become confused between State-based and Interaction-based Unit Testing.  When you first get started, it will be easier to concentrate on one type of test at a time.

Make it easy on yourself to run your tests.  You're more likely to find testing useful if it's accessible to you.  There are a many ways to accomplish this:

  • TestDriven.NET
  • Resharper Plugin
  • Integrate a unit-test runner as part of a Build script
Tag page
You must login to post a comment.