SQL Load Test

This tool takes a SQL Profiler trace file and generates a unit test that replays the same sequence of database calls found in the trace file. The unit test is designed for Visual Studio Load Test. The code generated is easily modifiable so that data variation can be included.

Visual Studio ALM Quick Reference Guide

The VS ALM Guidance is a library of compact how-tos for TFS and VS for ALM experts who have no time and would like a "quick" overview.

Visual Studio Performance Testing Quick Reference Guide

VSPTQRG.zip (9,1 MB)
A quick reference guide to help with performance testing aspects of Visual Studio

WCF Load Test

This tool takes a WCF trace file and a WCF client proxy, or a WCF interface contract, and generates a C# unit test that replays the same sequence of calls found