Visual Studio 2010: What’s in it for the testers?

Visual studio 2010 provides following key enhancements to the testers

  • Create test plans, test suites, test configurations, and test cases with individual test steps
  • Gather diagnostic information when running a test, and automatically add it to a bug
  • Record manual test steps and replay them during a future test run
  • Create automated UI tests
  • Create virtual environments that define the set of roles required to run a specific application

In this section I’ve complied some useful demonstrations and documentation from channel9 & msdn

Entry point on msdn:

https://msdn.microsoft.com/library/ms182409(VS.100).aspx

Quick Start Guide for Manual Testers to Get Up and Running:

https://msdn.microsoft.com/library/dd380763(VS.100).aspx

Automated User Interface (UI) Testing with Microsoft Visual Studio Team System 2010

https://videos.visitmix.com/MIX09/T83M

Web test debugging feature in VS2010

https://channel9.msdn.com/posts/VisualStudio/New-Web-Test-Debugging-Features-in-Visual-Studio-Team-System-2010/

Test Driven Development in visual studio 2010

https://channel9.msdn.com/posts/VisualStudio/Test-Driven-Development-with-Visual-Studio-2010/

Managing New Testing Efforts with Team Test: (Overview of Test and Lab Manager)

https://msdn.microsoft.com/library/dd286594(VS.100).aspx

Defining your testing effort using test plans:
https://msdn.microsoft.com/library/dd286581(VS.100).aspx

Creating manual test cases:
https://msdn.microsoft.com/library/dd286715(VS.100).aspx

How to: Associate an Automated Test With a Manual Test Case and Run It:
https://msdn.microsoft.com/library/dd380741(VS.100).aspx

How to: Create Test Cases from an Assembly of Automated Tests:
https://msdn.microsoft.com/library/dd465191(VS.100).aspx

Setting Up Machines and Diagnostic Information to be Collected Using Test Settings:
https://msdn.microsoft.com/library/dd286743(VS.100).aspx

Creating A Diagnostic Data Adapter to Collect Custom Data or Impact a Test System:
https://msdn.microsoft.com/library/dd286727(VS.100).aspx

Running Manual Tests with Test Runner:
https://msdn.microsoft.com/library/dd286725(VS.100).aspx

Recording and Playing Back Manual Tests:
https://msdn.microsoft.com/library/dd286714(VS.100).aspx

Determining Which Builds Have Bug Fixes, New Features or Requirements:

https://msdn.microsoft.com/library/dd286586(VS.100).aspx

Recommending Tests to Run That are Affected by Code Changes:

https://msdn.microsoft.com/library/dd286589(VS.100).aspx