Set up a TDD environment for test applications by choosing and integrating a toolset that works with Visual Studio. It's not a completely satisfying solution, but it's enough to start building an ...
Depending on the size of your code base, running unit tests every time a code change is made can be a daunting process. Test Impact Analysis in Visual Studio 2010 (Premium and Ultimate Editions) can ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Dany Lepage discusses the architectural ...
First came the open-sourcing of Microsoft’s .Net software platform. Now comes the open-sourcing of many — if not all — of the tools and support infrastructure for the platform. Last week, Microsoft ...
Microsoft made available for download a first community technology preview of the next release of Visual Studio, codenamed Visual Studio 14, on June 3. Visual Studio 14 will be available some time in ...
I've always argued that the only easier way to test your code than using Visual Studio Test is to not test at all. But that doesn't mean that I think Visual Studio Test is perfect. For example, the ...