TechBubbles Microsoft Technology BLOG

CategoryTesting

Unit testing improvements in Visual Studio 2012 Update2

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...

Unit Testing with VS 2008 Team edition

Introduction Unit tests allows the developers and testers to check the logical errors in the methods of classes in C# and VB.NET Projects.Unit test can be created once and can be run every time that source code changes.Unit test cases make sure that no bugs are introduced when you write the new code. This post speaks about Unit Test Framework that introduced in VS 2008 Team Suite for developers...

Introduction to Test driven development

Test driven development(TDD) is a agile methodology technique  to develop the software applications. It is one of the basic tenets of eXtreme Programming(XP). In Test driven development life cycle unit-test cases written before the code it self. These test cases contains assertions that can be either true or false. Unique feature of TDD is developer can focus on the requirements before...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud