硒+junit+杰米特
任何人使用 selenium 脚本和 jmeter 进行性能测试
any one using selenium scripts with jmeter for performance testing
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
任何人使用 selenium 脚本和 jmeter 进行性能测试
any one using selenium scripts with jmeter for performance testing
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我不建议使用 Selenium 来创建 JMeter 测试。不幸的是,JMeter 并不能真正处理 AJAX 应用程序创建的“喋喋不休”,因为它会在它认为需要时发送请求。
有一个线程 人们正在尝试执行此操作。他们似乎都没有成功。
如果您想使用 Selenium 进行负载测试,我建议您查看 Browsermob 因为他们进行 Selenium 测试然后将它们传递出去进行负载测试。
I wouldn't recommend using Selenium to create JMeter tests. Unfortunately JMeter does not really handle the "chatter" that AJAX applications create because it sends the requests when it thinks it needs to.
There was a thread on the Selenium users group where people were trying to do this. None of them seem successful.
If you want to do load testing with Selenium I suggest that you have a look at Browsermob as they take Selenium tests and then pass them out to do the load testing.