| Author |
Load Testing GWT applications
|
Chandrasekar Venkatraman
Greenhorn
Joined: Aug 23, 2010
Posts: 22
|
|
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.
|
Learn to live.. Live to learn..
http://helptotheneeded.blogspot.com
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
|
|
|
Once a GWT application is compiled to JavaScript, it's really not any different from any Tomcat server. In other words, you can load test it the same way would load test any website.
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
Chandrasekar Venkatraman
Greenhorn
Joined: Aug 23, 2010
Posts: 22
|
|
|
Thank you.
|
 |
Sven Lange
Greenhorn
Joined: May 02, 2011
Posts: 2
|
|
Maybe the following blog post is interesting for you.
http://blog.oio.de/2011/04/19/load-testing-gwt-applications-with-selenium-2-and-gradle/
There I show a little how I did a load test on a GWT application with Selenium 2, Groovy and Gradle. All tools free and open source.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8430
|
|
|
Welcome to the Ranch Sven
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Vic Nolan
Greenhorn
Joined: May 31, 2011
Posts: 1
|
|
I've looked at Neoload
I had no issue recording my app on localhost. Maybe you can give a try to their new version?
http://www.neotys.com/product/technologies-gwt-stress-testing.html
|
 |
 |
|
|
subject: Load Testing GWT applications
|
|
|