Load Test with Visual Studio Team System

Published August 30th, 2010 Under Performance Testing | Leave a Comment

How to stress load your application and set up web tests or win form tests with Visual Studio Team System.

Behavior-Driven Development in the Real World

Published August 27th, 2010 Under Functional Testing, Unit Testing | Leave a Comment

Behavior-Driven Development is more than a technique for creating and organizing unit tests. It is also a wonderful way to communicate with customers and users about the software being created. This video demonstrates some techniques and tools you can use to start delivering software with BDD. : Using Behavior-Driven Development frameworks, this session explores ways to create software starting with solid Agile requirements, moving all the way through automated testing. We use .NET in C# and Visual Studio ALM, although none of these exact tools are required to accomplish the goals we set forth.


Get Microsoft Silverlight

Download video in other formats and slides

Web Deployment Painkillers: Microsoft Visual Studio 2010 & MS Deploy

Published April 21st, 2010 Under Configuration Management | Leave a Comment

Learn about next generation of ASP.NET Web Deployment with tips & guidance on how you can reuse and extend the technologies available with VS 2010 to build a hassle free web deployment solution for your team. See how to use VS 2010 and MS Deploy to assist with with creating virtual directories in an automated fashion, setting up app pools correctly, uploading only the changed content, replicating servers in web farms, modifying Web.config files for testing/staging/pre-Prod/UAT/Production environments, setting up team build environment or deploying databases.


Get Microsoft Silverlight

How Do I Create a Breakpoint Using Conditions?

Published February 16th, 2010 Under Software Testing | Leave a Comment

There are many ways to create breakpoints. By default, a breakpoint is triggered each time a line of code is reached. This video demonstrates how to use advanced breakpoints to only trigger when certain conditions are met.

http://msdn.microsoft.com/en-gb/vstudio/dd442440.aspx

Learn Tips and Tricks for Debugging in Visual Studio

Published December 28th, 2009 Under Software Testing | Leave a Comment

In a debugging session, it is possible to view and explore the values of elements. It is also possible to modify those values in an effort to determine how a new value affects the outcome. In this video, Todd Miranda demonstrates how to use watch and immediate windows to test various scenarios while debugging.

http://msdn.microsoft.com/en-gb/vstudio/dd442479.aspx

keep looking »