Introducing Unit Testing
I’m introducing unit testing to a group of developers that are new to unit testing.
Here is the list of stories that I’m using as a guide:
- As a developer I need to run all the unit tests before checking in.
- As a developer I need to understand where unit testing fits into my day-to-day work.
- As a developer I need to know what counts as a unit test.
- As a developer I need some reference tests and example tests to get me started.
- As a developer I need to understand what tools to use and how to use them.
- As a developer I need to see code coverage for my unit tests.
- As a build support person I need to configure the build to run all the unit tests.
- As a development manager I need to see the that unit tests are being created.
- As a developer or a development manager I need to see when a build has a failing unit test.
August 8th, 2010 in
Uncategorized