Tuesday, August 16, 2005

Bye Bye NUnit.

Visual Studio Team System has its own unit test which is the same concept as NUnit test. The feature I liked in it was the capability to generate the test class and the test code. Another feature I liked was it adds as well as retrieved the test data from the database easily.
It has the code coverage feature that details the percentage of the code that was executed. It also highlights, by means of colors which code was run and which was not when the test was done.
These test codes are also not included in the production release assemblies.
It has several good features and looks like an improvement over NUnit. It’s well integrated with the Team system.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home