Yesterday, the Rangers released a Beta release of the next version of their WCF Load Test Tool. This tool enables you to use a trace file to generate a test that reproduces the trace. There’s a bunch of nice new features:
- Support for DataSets
- Support for duplex contracts
- Can handle ASMX services, even without a WCF client, which comes from the capability to process Fiddler2 traces
- Automatically filters out NullMessage messages which can appear in service-side message logs
- Verifies that the right kind of message log has been provided
- Initializes out parameters in the stub methods so that generated code will always compile without modification
- No longer locks the assemblies after the wizard has been used
- Provides improved error reporting
You can download the tool off of CodePlex from here: WCF Load Test tool
Brian
0 comments