Hi Chandrasekar,

you could of course simulate 20 users via Selenium - but that rather
load-tests the browser and not the application. From my point of view,
the server-side code is the one to be load tested.
What I did was: get myself tamper data for firefox (check out
https://addons.mozilla.org/en-us/firefox/addon/tamper-data/) and use
the application while recording the server interaction. With good test
data, you can quickly reverse-engineer the protocol and derive
(random / listed) parameters. Then, you can use a quite normal load
test tool like Jakarta JMeter to do a simulation...

Hope this helps!  Best regards
    Sebastian Rothbucher

On 10 Feb., 09:02, Chandrasekar Venkatraman <[email protected]>
wrote:
> Hello,
>
> I need to implement Load Testing(say for some 20 users) on my GWT
> application running in tomcat server on my machine.
> I am working on Ubuntu OS.
>
> On googling, I find NeoTys that satisfies my requirement, but the
> trial version has few conditions:
>
> 1. It supports only Windows Users
> 2. the server shouldn't be localhost.
>
> Can anyone provide some light on the possible tools out in the market
> that would meet my expectations?
>
> Regards,
> Chandrasekar V.

-- 
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.

Reply via email to