Browse by Tags

All Tags » VB » Visual Studio » Testing (RSS)
One of the new unit testing features in VS 2012 (Premium or Ultimate) is the continuous test runner. When turned on, it automatically executes your unit tests after every successful build. Digressing a moment … in the early 1990's Shari Lewis and...
One of the new things about testing in Visual Studio 2012 is that it is now available in *all* editions of Visual Studio all the way to Visual Studio Express! The Test Explorer in Visual  Studio 2012 replaces the Test View window in Visual Studio...
with no comments
Filed under: , , , ,
OK 101 is an exaggeration, but there are many ways to run your tests in Visual Studio 2012. From the test code file While you are writing or editing a test method, you can right click anywhere within the method and run or debug the test. [Red rectangle...
Visual Studio 2012 Test Explorer has extensive searching and limited grouping capabilities. (Visual Studio 2010's Test View window had more grouping options by way of its many sorting parameters.) Searching Entering text into the Test Explorer Search...
In Visual Studio 2012, the Visual Studio 2010 Test View window has been replaced by a new Test Explorer window. By default, it appears on the left side of the Visual Studio Interactive Development Environment (IDE) as shown below: (Red box added for illustration...