20 October 2015

Code Digger - Visual Studio Extension

Code Digger is a Visual Studio Extension which analyzes possible execution paths through your .NET code. It generates a tabular report where each row shows a unique behavior of your code. The table helps you understand the behavior of the code, helps in discovering potential hidden bugs, boundary conditions not being handled etc. 

Note that it it not an alternative to Traditional Unit test cases but a handy tool to run during coding.

http://visualstudiogallery.msdn.microsoft.com/fb5badda-4ea3-4314-a723-a1975cbdabb4

No comments: