December 1, 2010

Code Coverage Comparison

Having spent some time using the new ActionScript Code Coverage Plug-in for Flash Builder, I thought I'd compare it to the existing Flexcover tool.

Below are the major reasons why I'd chose one tool over the other.

Why Flexcover is the better choice:


  • Support for continuous integration systems (generate a report from the command line in common code coverage syntaxes)

  • Partial line coverage (does every part of a boolean expression get exercised to both true and false)

Why ActionScript Code Coverage is the better choice:


  • No special compilation step (just run your project with the collector enabled)

  • Ease of use (no need to load CVM files and switch out of Eclipse to view coverage)

Personally I see using the two tools complimenting each other. I see using the ActionScript Code Coverage during my development and unit testing to get quick feedback and Flexcover as part of integration and nightly builds to track coverage over time and get more detailed coverage statistics.

Tags: as3 flex tools

March 24, 2009

HP SWF Decompiling and Security Analysis Tool

HP has released a tool called SWF Scan for decompiling and looking at SWFs for security issues. Available from http://www.hp.com/go/swfscan.

Tags: flex swf tools

December 31, 2006

Developer Tools

I'm sure many other people already know this, but up to this point I've mostly been using my Mac as an end user. dmg or zip files were the most complicated thing I had to deal with. Today I came to want some of the standard development tools (like make). For Mac OS X 10.4 Apple provides all the goodies in a package called Xcode. You can grab it from their Apple Developer Connection site.

Tags: apple macintosh tools