nGrinder 3.2.1 is the bug fix and minor enhancement release. We applied previous nGrinder 3.2 version internally for 1 month and found several enhancement points. This made this version more concrete and workable in the large deployment.
1. Release Info
- Version : 3.2.1
- Release Date : 2013.06.21
2. Changes
outline
- Almost all of HTML pages are rewritten to follow the HTML standard. Now it supports IE10 perfectly.
- Now you can see the scripting error in the agent log to easily find the scripting problem.
- Groovy Engine becomes more concrete. Now each thread use its own JUnit Runner object so that each test is thread safe.
- @RunRate annotation for each test method in Groovy script is available to control the run frequency.
See How to run the multiple tests with different wright in Groovy
- Groovy scripts in the sub packages are now executable.
- Groovy script written in UTF-8 encoding is now executable as well so that a user can write the CJK characters.
- The available agent memory is more accurately calculated. Now it uses actual free memory instead of the native free memory,.
- Each performance test page retrieval becomes speedy even when there are many files in SVN.
- And minor UI enhancements as always
- If you want to upgrade the existing nGrinder instance, please delete ${NGRINDER_HOME}/process_and_thread_policy.js file first and start nGrinder controller.
Bug
Improvement
New Feature
- [NGRINDER-626] - Add @RunRate annotation to control the run frequency for each @Test method
3. OS, DBMS supports
- Linux, Windows, Mac OSX is supported.
- Supports CUBRID, H2 as DB. The default DBMS is H2.
4. Requirements
- Be required over Oracle JDK 1.6 version.
- Tomcat 6.X later
5. Downloads
6. References