Archive for March, 2007

Charles 3.0 released

Saturday, March 24th, 2007

This evening I have released Charles 3.0. Thank you to everyone that has sent suggestions, feedback and helped test this release. If you’ve been following my blog on the release you’ll be familiar with the most important new features. If you haven’t been following then please read the previous few posts about Charles 3.0!

In the next few days I’ll be adding to the documentation to reflect the new features and producing some more information to help you use Charles better.

As always, Charles 3.0 is a free upgrade to registered users. Your existing license information will carry over transparently to Charles 3.0.

Charles 3.0 public beta release 3

Sunday, March 18th, 2007

Hello again. There are a few more improvements to Charles 3.0 to report. These are mostly tidying up work and a few important bug fixes…

The changes include:

  • The General tab has had a restructure. The multi-request General table in particular was getting very complex with mins, means, maxes, totals etc, so I’ve reorganised it into a tree. There are also a few new fields in there such as Requests per Second and compression percentages, and display of other items has been improved such as Exceptions (programmer) renamed to Failures (user).
  • Tree displays simplified graphically. Tree displays are sprinkled throughout Charles; the most famous being the Structure view. While the icons in the tree are important in the Structure view, I felt that they were superfluous on some of the other displays and in fact were just visual noise that distracted from the actual information! So in various places where there were folder and document icons in tree displays, they are now gone.
  • Advanced repeat now has a rudimentary dialog box for configuration rather than two message boxes in succession. It now also has an option to show the repeated results in a new session. This is important as it lets you separate your performance testing from your normal recording.
  • Expand All / Collapse All. You can now expand and collapse all the child nodes in most tree displays. Thanks to John Ballinger for the suggestion.

The bug fixes include:

  • Throttling by Selected Hosts had a bug in the wildcard matching. Thanks to Brian Morearty for the bug report.
  • IE unicode urlencoding creates %unnnn escapes that caused a parsing error. Thanks to Trevor Hart for the bug report.

The version number if actually 3.0b10 to reflect a few different iterations I’ve been through testing with some users. Download Charles 3.0 beta

MidpSSH development version 1.7.0 released

Sunday, March 18th, 2007

We begin the ongoing development of MidpSSH with a few small steps. This release includes the following fixes and changes:

  • Fix the radio button bug on the Blackberry Pearl that prevented Pearl users from changing font sizes, or from SSH to Telnet etc.
  • Settings forms no longer have an OK and Back option, they just have a back option. Reducing the number of options improves the UI on some device (you don’t have to activate a menu to choose OK or Back, there is just a Back option), and simplifies the usability. The only downside is that you can no longer cancel your changes, however I hope that none of the forms are major enough to make that a problem
  • Support software upgrades including:
    • Proguard upgrade from 3.3.2 to 3.8
    • Antenna upgrade from 0.9.13 to 0.9.14
    • Upgrade to WTK2.5
    • BlackBerry JDE upgrade to 4.2.0

You can download the latest development version from the usual places. Please try it out and post feedback; especially Blackberry Pearl users.

Unresolved problems on the Blackberry include trying to make the trackball “click” activate the default action, rather than bringing up a menu. I’ve looked around at this and haven’t found a solution. It seems like just the continuing second-class-citizen status of MIDP applications on Blackberry!

Charles 3.0 public beta 2

Wednesday, March 14th, 2007

Thank you to everyone who has posted and emailed feedback. I’ve just uploaded a new beta version that includes a few fixes and some small new features.

The fixes and small changes include:

  • Map Local tool now closes files correctly (thanks to Martin for reporting this issue)
  • Statistics for multiple requests now include more information to backup the Repeat Advanced feature
  • Save All now only saves responses with a 2XX status code, so you don’t save empty files for 404s etc
  • Rewrite tool could cause loading of 304 responses to hang

The new feature is an enhanced SWF viewer that now reports font information for SWFs. Expect to see more here in the future…

I didn’t mention in the previous release announcement, but the Save and Copy To Clipboard features in Charles has been expanded. Save is now available for request and response, if appropriate. Copy To Clipboard has been added for requests and responses, and will now copy images as images - so you can paste straight into other software.

Download

Charles 3.0 public beta

Saturday, March 10th, 2007

I’m excited to announce the availability of Charles 3.0 public beta!

3.0 adds a number of major new features and enhancements worthy of an increase in major version number. As always, if you’re a registered user your license continues to be valid for this and every future release of Charles.

The important new features are:

  • Editing and repeating of requests, including query strings, forms and AMF
  • Chart view
  • Application icon improved, especially on Windows
  • Repeat function can now repeat multiple requests, including iterations and concurrency
  • Local mapping tool to use local files as if they are part of a website
  • Mapping tool to map parts of one website into another
  • and many other enhancements and bug fixes

Editing and repeating requests was an often requested feature; allowing you to edit the query parameters, headers and contents of a request, and repeat it against the server. This is an extension of the Repeat function added in Charles v2.5. At the moment the editing capability includes headers, query strings, forms and Flash Remoting / AMF. I’m particularly excited about the AMF editing; you can change method parameters and re-execute your AMF request against your server all within Charles.

The Chart view is a graphical representation of the existing Summary tab. It visualises the loading timeline of the resources associated with a page, or all of the resources under a path or on a site. It makes clear the sequence in which resources are loaded, which are loaded in parallel or in series and what’s making your page take so long to load.

The mapping tools help you during the development of website. They primarily exist to help avoid the upload-and-test pattern that we sometimes have to follow. Using Map Local you can now attach a local directory to a URL, and when Charles sees a request for that site it will first check if it has the file locally. This is transparent to your browser so it behaves as if the file was loaded from the remote website as usual. This should be especially useful for people testing CSS, image and SWF changes: you can test your changes as if they were on the live site, before you put them live. Map local can map entire sites, certain paths within sites or even specific file types (eg. *.swf).

The Map tool works like the Map Local tool except it maps one website into another. Because Map Local only works with static files, Map is the other half of the solution. If you’ve got a development server back-end that you’d like to test as if it was on the live site, you can use the Map tool to accomplish that. Mapping like this was already possible using the Rewrite tool, however this makes it easier and quicker to setup.

So, please download the beta and send me feedback - especially bugs and especially any regressions!

Download Charles 3.0 public beta