Unit testing can be a valuable part of any development cycle, but it can easily cause more problems than it prevents if used incorrectly. With Unit Testing Succinctly by Marc Clifton, you’ll learn what you need to know to leverage unit testing and minimize the number of bugs introduced in development.
The book clearly defines the boundaries of units and tests, different approaches to implementing unit tests, and even the far-reaching effects that unit testing can have on the architecture of your application
Table of Contents
- Why Unit Test?
- What is Unit Testing?
- Proving Correctness
- Strategies for Implementing Unit Tests
- Look before You Leap: The Cost of Unit Testing
- How Does Unit Testing Work?
- Common Unit Test Tools
- Testing Basics
- Unit Testing with Visual Studio
- Unit Testing with NUnit
- Advanced Unit Testing
- Unit Testing for Other Purposes