Do you have bugs in your Flex code? Write better code! If you don’t think it is that simple you have probably come to the realization that you need some sort of testing framework to validate the quality of your code. Enter FlexUnit. If you use FlexUnit correctly you can ensure a certain level of quality in your software and make bugs easier to track down. And that is the path I hope to set you on with my presentation.

I will attempt not to push any specific testing methodology like Test First, TDD or BDD. But, I will attempt to show you
how to install, setup and execute a FlexUnit Test Suite using both Flex Builder and Apache Ant. After I have
shown you how to setup FlexUnit I will go over testing different aspects of your Flex Application using a sample AIR application I have created.

I will make no assumptions about prior knowledge of unit testing although the ability to read ActionScript 3.0 will be helpful.

- Daniel Roop