Has anyone managed to emphasize the GWT application?
Any recommended tool?
We have successfully used http://loadui.org to test our GWT application. To test the GUI, we directly inject HTTP JSON requests into our RPC servlet. It is also useful for testing SOAP / REST web services.
I wrote a blog post about this topic a while ago.
http://blog.oio.de/2011/04/19/load-testing-gwt-applications-with-selenium-2-and-gradle
There I published a Selenium 2 script test written in Groovy and a Gradle script for parallel execution.
But with this solution and without access from the side, it is quite difficult to put a large load on your GWT application. In addition, there are many free test clients in your / dev environment.
http://loadstorm.com/ is a great tool that lives in the cloud and supports Javascript. Pretty powerful and easy to install and use.
We use NeoLoad for our test GWT download campaigns. They provide an easy way to describe JSON calls in the GUI.
You should check it here to see if it can help you!
My company (UBIK-INGENIERIE) is distributing a commercial Apache JMeter plugin to download GWT and GWT RPC test applications.
You can easily record, modify and play back applications based on GWT and GWT RPC with standard knowledge of Apache JMeter.
Cm: