This post explains the features that have been introduced for unit testing in Visual Studio 2012 update 1 and 2. Visual Studio 2012 update 1 and 2 introduced many new features for testing which can be read here. New features grouping and filtering tests by project, by trait or by class enables testers to work with lots of tests easier. Now developers can group their tests in test explorer...
Testing Features added in Visual Studio 2012 Update 2
This post explains the enhanced testing features that were introduced with Visual Studio 2012 update 2. In Visual Studio 2012 Update 2 Microsoft Test Manager (MTM) has been updated with new features enabling manual testers more productive and efficient. The new feature Test Management and execution from light-weight browser based environment. This web based test management features enables manual...
Testing features added in Visual Studio 2012 Update1
This post explains the enhanced testing features that were introduced with Visual Studio 2012 update 1. Visual Studio 2012 now supports code coverage analysis during the manual testing. This functionality can be enabled by configuring test settings in Microsoft Test manager. This feature is currently supported for ASP.NET applications that running on IIS. To enable this feature click the Test...
Software Testing with Visual Studio 2012
Microsoft Test Manager is a tool which comes with Visual Studio 2012 , which was built from the scratch to support the needs of Manual testers. Using this tool you can manage and track test cases that helps both developer and tester.This post gives you an overview on Microsoft Software Testing tools. Back ground Prior to the release of Visual Studio 2010 launch the testing land scape and...
Visual Studio 2012 Testing Features for Developers
Developer Testing in Visual Studio 2012 has been improved a lot and it is allowing them to concentrate more on the code they are writing in the application. In addition to the testing framework that comes with Visual Studio 2012, you can easily add third-party testing frameworks in the IDE. This post discusses the new unit and integration testing features for developer in Visual Studio 2012. To...
Creating Code UI Tests in Visual Studio 2010
This post discusses about creating a test case for windows application in both Microsoft Test Manager and using a Code UI Test in Visual Studio 2010. It also discuss about editing a Code UI test by adding assertions into the UI map using UI controller.
1. Before creating test case we will create small windows application notepad.