Hi, Just adding to Om’s answer.
> (1) Does this tool provide support for all kind of testing? Or just unit > testing? Why it designed for unit tests it can be used for functional, integration or any other type of testing. There are however probably better tools for that. > (3) What is Reporting Reporting Format? Results can be views in FB, in a stand alone application or it also supports the standard JUnit output soThis can also be customised.You can also write your own custom test runners to produce non standard output. This can also be customised. This gives you a good overview of Flex Unit and it capabilities [1] Thanks, Justin 1. https://cwiki.apache.org/confluence/display/FLEX/FlexUnit