开发者

How to stress test a gwt app [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. 开发者_运维知识库 Closed 9 years ago.

Did someone have succeed stressing a GWT app?

Any recommended tool?


I wrote a blog post about this topic a little while ago.

http://blog.oio.de/2011/04/19/load-testing-gwt-applications-with-selenium-2-and-gradle

There I published a Selenium 2 test script written in Groovy and a Gradle script for the parallel execution.

But with this solution and no accessibility from the outside its quite difficult to put a heavy load on your GWT application. Except you have many free test clients available in your work/dev environment.


We are successfully using http://loadui.org to test our GWT app. To test the GUI we input directly JSON HTTP requests to our RPC servlet. It's also useful to test SOAP/REST web services.


http://loadstorm.com/ is a great tool which lives in the cloud and supports Javascript. Fairly powerful and easy to setup and use.


We use NeoLoad for our GWT load tests campaigns. They provide an easy way to describe the JSON calls in the GUI.

You should check this out here to see if it can help you as well!


My Company (UBIK-INGENIERIE) distributes a commercial Apache JMeter plugin to load test GWT and GWT RPC applications.

You can easily record, variabilize and replay GWT and GWT RPC based application with standard knowledge of Apache JMeter.

See:

  • http://www.ubik-ingenierie.com/blog/load-testing-gwt-rpc-applications-with-ubik-load-pack-plugin-for-jmeter/
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜