如何对 gwt 应用程序进行压力测试
有人成功地强调了 GWT 应用程序吗?
有什么推荐的工具吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有人成功地强调了 GWT 应用程序吗?
有什么推荐的工具吗?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
我不久前写了一篇关于这个主题的博客文章。
http://blog .oio.de/2011/04/19/load-testing-gwt-applications-with-selenium-2-and-gradle
在那里我发布了 Selenium 2 测试脚本和用于并行执行。
但是,使用此解决方案并且无法从外部访问,很难给 GWT 应用程序带来沉重的负载。除非您的工作/开发环境中有许多免费的测试客户端可用。
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.
我们成功地使用 http://loadui.org 来测试我们的 GWT 应用程序。为了测试 GUI,我们直接将 JSON HTTP 请求输入到 RPC servlet。它对于测试 SOAP/REST Web 服务也很有用。
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/ 是一个位于云端并支持 Javascript 的出色工具。相当强大且易于设置和使用。
http://loadstorm.com/ is a great tool which lives in the cloud and supports Javascript. Fairly powerful and easy to setup and use.
我们使用 NeoLoad 进行 GWT 负载测试活动。它们提供了一种简单的方法来描述 GUI 中的 JSON 调用。
您应该查看此处,看看它是否可以帮助您还有!
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!
我的公司 (UBIK-INGENIERIE) 分发商业 Apache JMeter 插件来负载测试 GWT 和 GWT RPC 应用程序。
您可以使用 Apache JMeter 的标准知识轻松记录、可变和重放基于 GWT 和 GWT RPC 的应用程序。
请参阅:
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: