The VSTS Rangers have done it again! They've identified a gap in our current product offering that was blocking it's adoption by a major customer and found a way to deliver tooling to fill the gap. In this case, the challenge at hand was load testing an application that was utilizing the new Windows Communication Foundation (WCF), part of the .NET Framework 3.0.
In response, our team wrote a tool which takes a WCF trace file and a WCF client proxy, or a WCF interface contract, and generates a unit test that replays the same sequence of calls found in the trace file. The code generated is easily modifiable so that data variation can be introduced for the purpose of doing performance testing.
The tool generates code for both Visual Studio 2005 and Visual Studio 2008. It also installs a wizard into both editions of Visual Studio for creating the trace and processing it from inside Visual Studio. If both editions are present the tool is installed into both editions. The source code is a Visual Studio 2005 project.
Features
The tool has the following main features:
You can learn more as well as download the contents from here on the Codeplex site.
Congratulations to the Ranger team for this powerful tool and the resulting customer win. Please take a look and let us know what you think.
Woohoo!