繁体   English   中英

如何使用 selenium、junit 和 jenkins 执行性能测试

[英]How to execute performance tests with selenium, junit and jenkins

我知道 JMeter 是一个很好的性能工具。

不幸的是,对于性能测试,我只有:Selenium、Junit、Jenkins(或 Jenkins 的其他插件。你知道吗?)

我有用 Selenium 编写的 Junit 测试。

Jenkins 中的每个节点都能够为 5 个线程提供服务。 在多台机器上并行运行测试(在 Chrome 中)以轻松检查每个测试是否会在相似的时间通过是一个很好的解决方案吗?

也许您有另一种使用 Selenium、Junit 和 Jenkins(或 Jenkins 插件)测试性能的方法?

Selenium 用于浏览器自动化,而不是用于分析性能。 我不建议这样做。 由于您将要在多台机器上并行运行测试,因此您可以更快地执行脚本并为您提供应用程序性能的结果。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM