Search code examples
c#visual-studio-express

Unit testing in Visual C# 2010 Express?


Does Visual C# 2010 Express have a unit testing feature?


Solution

  • As an update, I am currently using Visual Studio Express for Desktop, the VS suite has been completely remodelled since 2010 and more accurately reflects the "big brother".

    Unit tests are now available as a built-in feature and works the same way (I haven't tested all functionality) as Visual Studio non-Express.