Showing posts with label White box Testing. Show all posts
Showing posts with label White box Testing. Show all posts

What is NDoc ?

Tuesday, October 11, 2011

The NDoc tool will automatically generate documentation for your code using reflection to examine the assembly and using the XML generated from your C# XML comments. XML comments are only available for C#, but there is a Visual Studio .NET Power Toy called VBCommenter which will do something similar for Visual Basic .NET.

www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning

What is Regulator ?

It is a full-featured tool that makes it easy to build and test regular expressions.

www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning

What is CodeSmith?

CodeSmith is a template-based code-generation tool that uses a syntax similar to ASP.NET to generate any type of code or text. Unlike many other code-generation tools, CodeSmith does not require you to subscribe to a particular application design or architecture.

www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning

What is NCover ?

Monday, September 26, 2011

It is a code coverage tool . It provides both command line and GUI support. It has a reporting feature also, which gives output details about the code coverage.
It has been designed to integrate with build process. So we can use it for code coverage.

www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning

What is Moles?

It supports unit testing by providing isolation by way of detours and stubs.

www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning

What is Pex?

It is a tool which automatically generates test suites with high code coverage. Microsoft Pex is a Visual Studio add-in for testing .NET Framework applications.

www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning

What are Pex and Moles ?

They are the VS 2010 Power tools which help Isolation and white box Unit Testing for .net

www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning
Blog Widget by LinkWithin