Release notes v1.3.0: 25/01/2011 12:00:00 AM

v1.3.0

* Beginning from v1.3 licenses no longer expires. Free updates (new features/bug fixes) and support are available only for 1 year *

New Features:

  1. NEW : Added text editor with syntax highlighting for editing the XML request
  2. NEW : Added search for the text editor
  3. NEW : When doing "Run All Tests", a summary table is displayed to show the status of each test case
  4. NEW : Added execution of wcfstorm.exe with arguments which allows it to be integrated with Visual Studio
  5. Note: In the post-build event of Visual studio add

  6. NEW: Added tab functions "Close All", "Close All but this", "Close all tabs to the right"
  7. NEW : Added opening of 1 test case and 1 perf test for the LITE version
  8. NEW: Up/Down sorting of methods in the service tree (Press Ctrl-Up/Ctrl-Down or Right-click -> Move Up/Down)
  9. NEW: Added support for mexNamedPipeBinding discovery
  10. NEW: Added config entry to create a new proxy per request (Config --> Under the hood --> Always Create new proxy)
  11. NEW: Added config entry to write responses to a file
  12. Note: Redirected responses will not be displayed in the response panel.

Bug Fixes :

  1. FIX: App.config is re-used when the proxy expires
  2. FIX: Increased binding defaults to support discovery of services having large WSDLs exposed using mexTcp (i.e. services with several methods)
  3. FIX : Services which has been removed from the wcfstrormproject file are no longer displayed even if the service interface is still present in the WSDL
  4. FIX : Fixed bug on enums that do not start with zero

Known issues :

  1. Generic dictionary types Dictionary<K,T> not handled correctly

v1.2.0

New Features:

  1. NEW : Performance test plots can now be expanded, saved as image, printed etc.
  2. NEW : Added a search feature for searching through the request, response, test inputs and service trees.
  3. NEW : When saving test cases, changes are immediately saved to the disk
  4. NEW : Methood names in the service tree view are now sorted by name
  5. NEW: Deletes go to the recycle bin
  6. NEW: Added confirm dialog when removing a test cases
  7. NEW: Date format is now fully customizable. Config --> Under the hood --> Date format settings
  8. NEW : Added an error message when the plugin being loaded doesnt have the [TargetService] attribute
  9. NEW : Added multi selection for editing default validation rules.
  10. NEW: Added Activate license button
  11. NEW: Added right-click options to Collapse/Expand all tree nodes.
  12. NEW: Byte[] fields in the response are no longer displayed in full.
  13. NEW: Newer/cleaner icons

Bug Fixes :

  1. Fixed crash when the data contract of the service changes and the test case no longer matches it
  2. Fixed infinite loop when loading a custom plugin
  3. Removed the lower casing or URLS.
  4. Fix for Dictionary types having an ENUM as a key
  5. Fix the bug on loading custom plugins that explicitly impletented the IMethodInvokePipeline interface
  6. (Scripting) Fix task.IvokeMethod() to return an exception if the method call response is a fault.
  7. (Scripting) Scripts are reloaded if a change is detected.

Release notes v1.1.9: 25/02/2010 12:00:00 AM

v1.1.9

New Features:

  1. 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
  2. NEW: Press F5 to invoke method, execute functional test or start a performance test
  3. 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.

    Please see the links below for some scripting samples

  4. NEW : Added new console application, WcfStormConsole.exe for executing IronPython scripts from the command line.
  5. NEW : Added keyboard shortcuts. Check out : Help --> Shortcut

Bug Fixes :

  1. The graphical plot showing the various response times of the service methods are shown only if data is added to the plot
  2. When a test case is opened and a method returns an exception, the exception response can no longer be saved as an expected result
  3. When a perf test is executed the 2nd time, the plots no longer show
  4. If service implements multiple contracts, not all test cases are loaded
  5. Fixed handling of System.Uri type on the response

v1.1.8

New Features:

  1. Enhanced performance for long running performace tests.
  2. Added feature to view performance test logs n notepad
  3. Added feature to default instance creation to null when a cyclic reference is detected. This can be configured from the Config Added support for creating new functional test cases based on exisiting ones
  4. Added more viewable URLs and projects in the start page
  5. Previous URLs now included in the dropdown selection when adding service URLs.
  6. Added detection of schema changes in the WCF service's wsdl
  7. Added feature to navigate (Next diff/Previous diff) differences between expected and actual responses
  8. Added feature to load default settings from the RuntimeConfig.xml file if it can be found in wcfstorm.exe folder.
  9. Added support for Dictionary types
  10. Added busy animation on Invoke button
  11. Double-clicking the "Input" sub node of a test case opens it up in a new tab.

Bug Fixes :

  1. Proxy server settings now persisted into the RuntimeConfig.xml
  2. Added option to specify whether whitespace will be maintainted for System.String types. (Config -> Under the hood --> Preserve whitespace for string types)
  3. Added more details to db errors
  4. Byte array types can only be populated by loading a file. The individual Byte nodes are no longer shown. Instead, the length and filename are shown
  5. TestCase(s) node is removed if it doesnt contain anymore test cases
  6. Fixed bug that prevernts System.Object types from being populated with ServiceKnown types.

v1.1.7

New Features:

  1. Added support for skipping comparison of "random" (like DateTime, GUID, etc.) data in the response. To try it out, create a test case and click on "Edit Default Validations". Previously, all validations uses exact matching
  2. Added support for renaming Functional and Perf test cases
  3. Added feature to default instance creation to null when a cyclic reference is detected. This can be configured from the Config Added support for creating new functional test cases based on exisiting ones
  4. Added "Learn More" links. Click Help --> Learn More
  5. Modified service tree node to display the currently open project
  6. Added support for adding client app.config files into the project
  7. Added support for Remove/Refresh client app.config files
  8. Added support for persisting the config values configured via the UI in a project. (Sample config values are UseMessageContract, Credentials, Impersonation level etc.) To try it out, create a project and save it. Open up windows explored and navigate to the project folder, a "RuntimeConfig.xml" file will be located there.
  9. Added the saving of data types containing cyclic references as an expected response in a test case
  10. Added the saving of data types containing cyclic references as an expected response in a test case
  11. Added support to recreate the client proxy after 10 minutes if it has been idle i.e none of the wcf methods had been invoked within the last 10 min.
  12. Added mextcpBinding support
  13. Loading of test cases containing plymorphic types (speed enhancement)

Bug Fixes :

  1. Fixed the error that occurs when a test case is created after loading a custom plugin
  2. Fixed error that occurs when Check for Updates is ran before adding a service
  3. Fixed error that occurs when a tree node is selected and the user clicked outside the treeview.
  4. Fixed error when loading tests containing the Decimal data type.
  5. Fixed error that occurs for array of nullables

v1.1.6

New Features:

  1. Added feature to support cyclic references in the response. (Saving of responses in a test case containing cyclic references will be added in the next release)
  2. Added feature to configure impersonation level
  3. Added feature to default instance creation to null when a cyclic reference is detected. This can be configured from the Config menu.

Bug Fixes :

  1. Fixed bug in handling of void return types when saving functional test cases. Void responses can no longer be saved as an expected response in a test case.
  2. Fixed bug on loading of plugin for EditMethodInput that targets all (targetType.All) methods.

v1.1.5

New Features:

  1. Added enhancements to speed up performance testing especially in high-load scenarios
  2. Added feature to save the log statements of a perf test
  3. Added feature to save the log statements of wcfstorm
  4. Added feature to support generation of Message contracts (same with /mc in svcutil)

Bug Fixes :

  1. Fixed bug in handling of void return types during performance testing
  2. Fixed bug that interprets a zero-length array as null.
  3. Fixed bug when loading plugins (bug does not occur for everyone)

v1.1.4

New Features:

  1. Added new "# Responses" column in Performance Test.
  2. Added config value to not perform default validation of certificates
  3. New icon (thanks to Jameel Al-aziz)

Bug Fixes :

  1. Fix bug on perf test Duration and Interval fields wherein a the value is multiplied by 1000
  2. Fix on perf test wherein responses still keep on arriving event after the test duration has elapsed
  3. Fix on updater. the dependent version is no longer downloaded if the current assembly version is larger

v1.1.3

New Features:

  1. Added saving of a perf test graph to a PNG image
  2. Added Median on perf test
  3. Added Standard Deviation on perf test

Bug Fixes :

  1. Fixed proxy error bug
  2. Fixed bug on setting ClientCredential.Username.Username and Password
  3. Fixed bug on CollectionDataContract when its a top level parameter and size was modified
  4. Fix bug on loading of x509 certificate