I've been researching how to emulate user interaction in a GWT application. I want to hit the application with thousands of these user scenarios to see if I have any bottlenecks in the application or on the MySQL side.
I've tried using something like WAPT, but since this records the RPC calls (POSTs) and tries to reuse them for every user emulation, this doesn't work. Whereas for a typical form POST or AJAX application, this would work. I was thinking about creating a entry-point which would run several of the RPC calls in succession. Perhaps randomize it. This way, upon the initial page load of the application, the RPC calls would be fired off automatically for the user, rather than depending upon recording the POSTs to the servlets and reusing them in user test scenarios. I'd appreciate any thoughts the user community has on the subject. Especially if you point me in the direction of any Blogs or white papers I've overlooked - or if you've run across some testing applications out there that you've found really useful. Thanks! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
