Hi all,
I have been asked to check how to load test a flex application.
I've though about using Selenium, since it's precisely its job. I've also found that testing Flex with Selenium requires extensions to Selenium. I've seen that there some of these :
First, it seems that both requires me to rebuild my Flex application to test it. is it true ? Isn't there any way to automatically add handles ? Second, when doing so, will I be able to do all kind of tests ? Load tests ? Performance tests ? All these in a continous way ? Thanks