Hallo all,
My director told me that there is a Unit Test framework for Visual Studio from Microsoft, but didn't know what is the name of this tool. Could anyone of you give a hint on it?
Thanks in advance,
John
Hallo all,
My director told me that there is a Unit Test framework for Visual Studio from Microsoft, but didn't know what is the name of this tool. Could anyone of you give a hint on it?
Thanks in advance,
John
MS Test - it's in the Professional version these days.
From what I remember, in 2005 it was only in the Team System editions (test and developer); as of 2008 it's in Professional.
Of course there are plenty of other unit test frameworks for .NET, such as NUnit, MbUnit and xUnit.
It's called MSTest. It's built into the Team Edition for Testers edition (and the higher level SKUs) of VS 2008.
In VS 2010, it's included in Visual Studio Professional.
This link will tell you the basics (wikipeida) or this MS link