Dennis Stone's Blog
There’s a good post over at...
Date: 07/16/2010
In my last post I gave an overview of what automated testing looks like in VS / TFS 2010 with the...
Date: 03/12/2010
I thought I’d make a brief post giving an overview of what automated testing looks like in our 2010...
Date: 03/05/2010
In the previous Getting Started post for this series I covered the basics of creating a connection...
Date: 03/03/2010
There’s a nice video demo featuring Test Impact you may find interesting here:...
Date: 03/03/2010
Sometimes it can be useful to create “fake” builds in Team Foundation Server in order to...
Date: 03/02/2010
Overview This post kicks off a series that will explore the Test Management API’s. Using these...
Date: 03/02/2010
Duat Le, a Developer on our team, has put up a very nice post that goes over how to query Test...
Date: 03/02/2010
I was just getting started on what I intended to be my next post on this blog when I realized that...
Date: 11/19/2009
Along with the new tools we’ve added in VSTS 2010 for testers comes the TCM.exe command-line...
Date: 11/09/2009
There’s a nice post on Test Impact from within Visual Studio (geared towards Developers rather than...
Date: 11/09/2009
One of the key areas of focus for Visual Studio Team System 2010 is to enhance the experience for...
Date: 06/29/2009
Overview This post kicks off a series that will explore the Test Management API’s. Using these API’s...
Date: 06/12/2009
Overview: This post will go over some simple but effective ways to setup common initialization and...
Date: 05/16/2008
Overview: This post will go over some simple but effective ways to setup common initialization and...
Date: 05/16/2008
One of the new Web Test features in Orcas is the ability to filter dependent requests. If you have a...
Date: 09/20/2007
Several new API Enhancements have been made for WebTest's in the Orcas release of Visual Studio Team...
Date: 06/27/2007
In Orcas, all of the API needed to programmatically create Declarative WebTests (non-coded webtests...
Date: 06/27/2007
Another new addition to the API is the DependentRequests collection which is a property of the...
Date: 06/27/2007
You can now determine whether a Request or Test passed or failed from within a Coded WebTest or a...
Date: 06/27/2007
How to Databind Web Test Properties that don't have the Databinding Dropdown UI in the Property Grid
Most of the time when you want to bind a web test, request, validation rule, or extraction rule...
Date: 05/03/2007
How to Databind Web Test Properties that don't have the Databinding Dropdown UI in the Property Grid
Most of the time when you want to bind a web test, request, validation rule, or extraction rule...
Date: 05/03/2007
using System; using System.Collections.Generic; using System.ComponentModel; using...
Date: 04/02/2007
using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using...
Date: 04/02/2007
using System; using System.Collections.Generic; using System.ComponentModel; using...
Date: 04/02/2007
Overview: What in the world is Dynamic QueryString Correlation? Dynamic QueryString values change...
Date: 03/19/2007
Here is an article with some custom rules and plug-ins that you can use to apply dynamic querystring...
Date: 03/19/2007