Wednesday, January 12, 2011

Visual Studio Test Professional 2010

Visual Studio Test Professional 2010 is an integrated testing toolset from Microsoft which provides a complete plan-test-track workflow for in-context collaboration between testers and developers. We know that the goal of a Software development company would be to maintain optimum quality of the product and maintain high productivity in testing. QA team is a key element of every Software development life cycle. So there always exists a requirement for a good collaborative working environment for QA as well in the company.

As we know Microsoft had started delivering testing related IDEs since 2005 with the Visual Studio Team System. With an enhanced product in mind with rich capabilities, Microsoft has released Visual Studio Team Professional 2010. It has the following features such as

•Align testing efforts to the application lifecycle
Visual Studio Test professional is being integrated with the Team Foundation Server which provides collaborative enhanced environment for testers as well.

•Embrace manual testing
Test professional provides a rich interface for performing manual testing, records each an every step and data used, bugs found. Easy to file from test interface.

•File detailed and actionable bugs
It has a new IntelliTrace feature which helps to file a rich and actionable bugs easily.

•Re-use manual test recordings
With Fast Forward for Manual Testing, you can record test steps in a sequential order, then playback and pause the recording as if you were performing the test steps manually. You can reuse the resulting recording in regression testing of the same test case.

•Improve your test process
Visual Studio Test Professional 2010 helps to create test plans, test suites, and test cases with nesting capabilities, and organize tests in the most effective and logical way. It helps Test leads to begin test planning as early as the architecting and designing stages.

Please browse for download and more details at http://www.microsoft.com/visualstudio/en-us/products/2010-editions/test-professional

No comments:

Post a Comment

Installing ASP.NET MVC

Installing ASP.NET MVC Before we dive deep into the ASP.NET MVC, let’s install it our development machine. This is very straight forwa...