I've been trying to evaluate available UI testing tools for flex. We have three candidates:
QuickTest Professional with flex3 plugin - Couldn't get macro recording to work with IE7 (pretty bad since we got vista machines here and can't get those downgraded to ie6) - vbscript-like macros - Unclear how to include into continuous integration RIATest - The macro recording utility threw actionscript exceptions - actionscript-like macros - Should be easy to include into continuous integration FunFX - Free - No macro recording utilities - Ruby macros - Should be easy to include into continuous integration I played around a bit with RIATest and QTP, and watched a demo for FunFX. None of them seem distinctly better than the other. FunFx didn't have macro-recording, but the other two didn't exactly offer a spotless macro-recording experience. Has anyone used any of these tools successfully in a project? Did you use it in continuous integration? Is there some other options which I haven't looked into?

