|
WCFStorm is full-featured but lightweight tool capable of testing both WCF and Web Services. Main features of WCFStorm: 1. Testing of WCF and Web Services 2. Create and execute Functional Test cases 3. Create and execute Load/Performance Test cases 4. Save and Open WCFStorm projects 5. Dynamically invoke service methods New features of WCFStorm: -NEW: When editing an object/parameter, the focus is automatically set on the "Value" field of the property grid. This means that when the object editor pops-up, you can immediately start typing in the value you'd like the object to have. Previously, the "Value" field needs to be clicked (to set the focus on it) before a value can be typed in -NEW: Press F5 to invoke method, execute functional test or start a performance test -NEW: Added support for scripting using IronPython. A "task" object which contains the several methods for executing test cases and invoking methods is exposed to the IronPython runtime. -NEW : Added new console application, WcfStormConsole.exe for executing IronPython scripts from the command line. -NEW : Added keyboard shortcuts. Check out : Help --> Shortcut
|