The awesome VSTS Rangers team published a new release WCF Load Test to Codeplex.
This tool 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.
Latest Release June 2009
A new beta was released in June 2009 adding support for ASMX web services. You can download it HERE.
Features
The tool has the following main features:
Congrats to Rob Jarratt on this impressive solution!