nGrinder 3.2.3版本包括几个bug修复以及功能增强。增强的功能主要是支持通过REST APIs来复制和运行测试,并配置test运行的参数。
特别感谢 Karel Piwko 和 Egoing提出的宝贵意见和建议。
1. 发布信息:
版本:3.2.3
发布日期:2013.10.08
2. 修改列表:
摘要:
- 提供web接口,可以使用类似curl的工具,进行复制和开始测试。通过web接口的访问是通过HTTP Basic Auth进行验证。
- 在测试配置页面,添加了一个参数选项,可以在脚本中获取这个参数来控制测试的运行。
- 在测试报告中,为"mean test time"和"errors"两个图也提供了每个test的统计。
- Console的端口变为可配置
- 一些UI上的改进
修复
- [NGRINDER-659] - Fix typo errors
- [NGRINDER-668] - Fix wrong test schedule calculation when browser timezone and user specified timezone are different
- [NGRINDER-674] - Show JAVA_HOME env var absent message when running agent as security mode
新功能
改进
3. OS, DBMS supports
- Linux, Windows, Mac OSX is supported.
- Supports CUBRID, H2 as DB. The default DBMS is H2.
4. Requirements
- Oracle JDK 1.6 version or above / OpenJDK 1.7.
- Tomcat 6.X later
5. 下载
6. 参考链接