Tuesday, July 01, 2008

testing flash




The flash-selenium project - aims to extend the Selenium RC clients for adding Flash communication capabilities.
Testing Flash with Selenium RC
AutoTestFlash - This is a tool to record and play UI Tests in flash applications. UI Testing is better than Unit Testing because usually it enables a larger coverage and does not have impact in refactorings. The recorder also makes it easier to create tests.

Ummm, FAIL: UI Testing is *not* better than unit testing, but it's a good adjunct. Unit tests, Regression Tests and UI tests are all important parts of testing.