Visual Studio Toolbox: IntelliTest

In this episode, I am joined by Jeff Fattic, who shows us how to use IntelliTest to automatically generate unit tests. IntelliTest explores your .NET code to generate test data and a suite of unit tests. For every statement in the code, a test input is generated that will execute that statement. A case analysis is performed for every conditional branch in the code. This analysis is used to generate test data for a parameterized unit test for each of your methods, creating unit tests with high code coverage.