[WSUnit 1.1] XPath Substituion and Configurable Delays Added
I've been working through a few of the more interesting WSUnit TODOs and have put together another release. The main new features are allowing you to substitute values from the request into the response using XPath pairs
eg. XPath/from/request=XPath/into/repsonse
Also adding various ways to configure a delay to the response. Both at the server and folder levels as a fixed delay or random between two values. This is useful if you need to profile the performance of your application in isolation.
I've also spent a lot of time putting together install guides, screen shots and quick start guides for both the Eclipse and pure Web App versions of WSUnit
Eclipse install doc
Eclipse Quick Start
Tomcat Quick Start
Project web site - https://wsunit.dev.java.net/
This release includes
- Log information about the request such as IP Address and content type
- A delay can be configured at a server level or individual folder level. Delay's can be fixed or random between two values
- Eclipse console output can be configured to wrap lines at variable lengths and vary in font size
- Values from request can be configured to be placed into the response using substitution XPath pairs
- Added an Eclipse install guide and quick start guides for both Tomcat and Eclipse. The guides take you through to running the unit tests
- Log the fully resolved OS path (as opposed to the classpath location) that the output data and property files are being sourced from
- Folders relative to the Eclipse workspace (Internal folders) can now be selected when configuring data locations for WSUnit
Posted by dbradby at
09:52 PM
|
Comments (0)