Unit Testing and Code Coverage Frameworks for .Net?

There are lots of different unit testing frameworks out there: MSTest nUnit xUnit and MbUnit are probably the most popular. As far as coverage, I've used both the coverage in Team Suite and nCover (free). I probably use nCover more than the built-in coverage.

I would also suggest using the TestDriven.NET plugin (not sure if it works with xUnit).

Personally I use MB Unit (instead of NUnit) and NCover.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions