Browse by Tags

All Tags » VSTS (RSS)

Notion Tools for Team System

The company that I work for, Notion Solutions , has just announced a suite of extensions to Microsoft Visual Studio Team System . Here is an excerpt from the website: These tools add new capabilities that help teams manage work better, plan schedules...
Posted by vblasberg | with no comments

Visual Studio 2008 SP1

Visual Studio 2008 Service Pack 1 has finally arrived.  It is a warm welcome with the way that my Visual Studio installation "found opportunities to suddenly restart", let's say.  The SP1 installation is rather interesting, like the...
Posted by vblasberg | with no comments

How To: Unit Test a T-SQL Trigger with VSTS Database Edition

In Visual Studio Team System Database Edition, three types of functionality are unit tested; Stored Procedures, Functions, and Triggers. It’s not so obvious how to test a trigger and at this time there are not many examples. This is probably because there...
Posted by vblasberg | with no comments
Filed under: ,

VSTS Testing - How to Get a Web Test Form Field for URL Subsequent Requests

There are several ways to get an id from a requested form and set it as a request parameter on a subsequent web request. Remember that the querystring parameters are used on the form request before the form is retrieved and the extraction rules occur...
Posted by vblasberg | with no comments
Filed under:
More Posts