hi all, i work for a web2.0 company. We have a system composed of flex & ajax. Flex and javascript talks using the FAbridge and external interface.
We want to make a mass stress testing for the system but there is no way to test JS&Flex using many firefox windows, and what we want to test JS clients under stress. (basically we use flex for FMS and XMPP+jingle connection gateway, we need to see whether clients are robust when they start to talk many other) One thing came to my mind, since AIR can run JS code, we may try pushing all system inside an AIR application and run there (create the test clients as AIR applications). But since I've never coded JS in AIR, I'm not comfortable whether moving the browser codes will be ok or not. (we also use prototype.js library). Has anyone tried running browser js codes inside AIR's browser ? So may I get some comments about this approach? Is that worth to try? any ideas or help is appreciate. thanks, yigit

