Hi everyone,
We are currently thinking on getting our apps automaticaly built and tested through a CI server. My major concern is regarding UI tests.. I've been playing with FlexMonkium/Selenium IDE in Firefox but it doesn't really play nice with my app. I'm also testing RIATest 3 but I would have liked the Firefox approach better because it's easy to use for non technical users..
A bigger concern is that my app is really complex, using custom events, custom components, ExternalInterface calls.. in order to make it all work smoothly, should I give an automationName to every single component ? How can I handle custom events ? RPC responses time ?
More generally, starting fresh, what is the best "way" to design your app to be Automation Compliant ?
F.A