如何对 gwt 应用程序进行压力测试

发布于 2024-10-07 03:10:45 字数 45 浏览 0 评论 0 原文

有人成功地强调了 GWT 应用程序吗?

有什么推荐的工具吗?

Did someone have succeed stressing a GWT app?

Any recommended tool?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

雪落纷纷 2024-10-14 03:10:45

我不久前写了一篇关于这个主题的博客文章。

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.

热鲨 2024-10-14 03:10:45

我们成功地使用 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.

眸中客 2024-10-14 03:10:45

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.

夢归不見 2024-10-14 03:10:45

我们使用 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!

海未深 2024-10-14 03:10:45

我的公司 (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:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文