Ryan Keeling <[EMAIL PROTECTED]> writes: > > Hi, > > I have been reading through the mailing lists and the wiki and I am > impressed with Canoo I have a few questions though if someone would be > willing to answer. > > I am about to start development of a J2EE web application and need to > know a few things about Canoo as I intend to use it as a test tool. > Having read the website it seems to do everything I would need but is it > suitable for testing performance of the application, such as imitating > concurrent users and load? > > Secondly I would like to use AJAX to gain some rich functionality for > the application I know this makes heavy use of Javascript which from > reading through the mailing lists Canoo doesnt seem to be like too much, > should the use of Ajax pose problems both in terms of normal testing and > performance tests? > > Thankyou very much, > > Ryan Keeling >
Hi Ryan, welcome to Webtest. I fear that it will be too expensive for you if you want to hire all peoples from the Canoo company to test your application (and I doubt that they are all available) ;-) Concerning webtest: - it is not the right tool for load testing: you won't be able to simulate more than a few users surfing simultaneously on the applcation. - the javascript support is quite good and improves continuously. If you look at the mailing list about javascript problems, you will see that they normally get fixed or that nothing happens because users don't provide the required information to understand what is going wrong. Concerning AJAX, there is currently a limitation on the usage of responseXML: the response is correctly retrieved and parsed but not correctly "wrapped" for use in javascript. This is probably not complicate to fix but nobody has taken the time to do it until now. Marc. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

