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.

(Is saying UI tests are 'better' than unit tests somewhat inaccurate? Unit testing and UI Testing serve different purposes. Really they are complementary activities and not substituted for each other.)