Hooking up FlexUnit
Hello,
I've been reading the FlexUnit docs and playing with the FlexUnit4Turnkey project. Assuming I have an existing Flex/AIR application that I want to start writing tests against should I be creating a new Flex application that contains my unit tests which has a reference to the project I am testing so that I can instantiate those classes and call methods on them? I assume that I do not write all my unit tests directly in my actual application!
Also, is it possible to automate an Adobe AIR desktop application for UI testing?
Thanks
Kevin
