JMeter New GUI features to increase your productivity
JMeter GUI has been improved in many ways in the last four versions and work continues as of upcoming 2.9 version.
Enhancements have been made to make its ergonomy better and increase user productivity and pleasure.
With Apache JMeter 2.6 came a new Toolbar that speeds up access to most useful commands used in JMeter and made its look And Feel a bit more up to date.
In this article, we will examine 3 very useful features:
Start with no pause
This feature is particularly useful during script debugging.
Indeed once you have put timers in your script that can last from 5 to 60 seconds or more, debugging the script can take you a lot of time if you have to wait for the 10th sampler to fix or validate its regexp.
This feature runs the script ignoring all Timers pauses.
It is also very useful during Test Data validation, you can then launch a reduced number of threads and validate test data much faster than you used to do it before.
Let’s see the difference:
Regular Start:
You get this in View Results in Table:
Notice Login Sampler starts 15s after HP sampler has ended.
Start No Pause:
Now let’s use Start No Pause, you can use do this:
Using Icon:
Using Menu:
You get this in View Results in Table:
Notice Login Sampler starts immediately after HP sampler has ended.
Thank’s to this feature, you’ve spared 15 seconds of scripting time. Multiply this with the number of times you run a Test during debug phase and you see how much time you can gain.
Find Feature
Version 2.6 came with another precious feature which enables searching for full text or regexp inside your script.
Although it was always possible to search for a text by opening the JMX file in an editor, doing that from JMeter GUI make it more useful as you can modify the search results.
With version 2.9, this feature has been improved to unfold tree nodes that match the search and increase search scope as feature now searches in all Test elements properties.
Let’s search for some text and see what happens:
Notice how JMeter 2.9 automatically expands the tree to nodes to better show results.
I often use this feature to:
- find and remove from my script all data related to environment and variabilize it
- find any dynamic value which would have been recorded by Proxy (remaining jsessionid encoded in URL, host in HeaderManager…)
Log Viewer
This panel receives all log events once unfolded.
This enables viewing logs from within JMeter GUI.
No need to open an external file anymore.
Look at top right part of JMeter GUI, you will see a warning icon with a number on its right.
This number is updated with log errors. Clicking on it unfolds the panel but you need to replay your script to see events.
Let’s see an example:
I create a JSR 223 sampler that contains some groovy code with syntax error:
I run script, see how Error is displayed:
Miscellaneous
With upcoming 2.9 version, interesting improvements will increase your productivity even more:
Copy Paste between JMeter instances:
With 2.9 version, you will be able to copy paste elements between two running instances of JMeters.
Module Controller :
Module Controller GUI will be improved to:
- Better show nodes hierarchy
- Allow opening referenced node with a new “Expand” button
Proxy Server excludes :
URL Patterns to exclude will have a new button to add in one click a list of common file patterns that are excluded from recording.
This list is controlled by a jmeter property, to change it add to user.properties:
proxy.excludes.suggested=.*\.js;.*\.css;.*\.swf;.*\.gif;.*\.png;.*\.jpg;.*\.bmp
About the author:
Philippe Mouawad works as an Architect and technical expert for Ubik-Ingenierie where he leads among other things the development of UbikLoadPack a set of Commercial Plugins for Apache JMeter allowing to load test different protocols like HLS, GWT, Flex.
Philippe is a committer on the Apache JMeter project and member of the PMC since October 2011.
Finally he is a co-author of a french book on JMeter called Maîriser JMeter: Du test de charge à Devops.
About us:
- We provide professional services for Load Testing
- We’re strong contributors to JMeter and its eco-system
- Ubik Load Pack is a set of Enterprise Grade plugins for Apache JMeter. Our solutions are used by Big players
- Get a Free trial
Recent Posts
- UbikLoadPack Video Streaming Plugin 9.1.5 14 June 2024
- What is DASH multi period and when to use it ? 4 December 2023
- UbikLoadPack Java Serialization Plugin 23 November 2023