- Joined
- Jun 27, 2006
- Messages
- 23,048
- Thread Author
- #1
In this episode, Robert is joined by Link Removed, 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.
Link Removed
Continue reading...
Link Removed
Continue reading...