Download our Checklist for Improving JMeter Scripts!
As a professional software testing services company, for some time now we have been working to improve JMeter scripts for our clients so as to enable them to run performance tests quickly and easily with the help of BlazeMeter.
We know that these scripts we build are often used by teams that do not necessarily have training in JMeter but still want to be able to make changes to them and understand what they do. For this, we’ve been working on building scripts that are intuitive for anyone who is not an expert in JMeter and can without difficulty, read, understand, modify, and run them in BlazeMeter.
From our past experiences, we have built an eight-point checklist with ways to improve JMeter scripts that we review before delivering a script to a client.
Click here to see the checklist.
Let us know, is there anything else you would add to this list? Hope it helps!
Tags In
Abstracta Team
Related Posts
How To Ensure Your Website Handles Black Friday Traffic Without Crashing
Tips for reducing risk and having a successful Black Friday & Cyber Monday Black Friday and Cyber Monday are arriving and with them, the wave of website visitors frantically attempting to purchase items on their wishlist! But, when too many of these eager shoppers flood your site…
Quality Sense Podcast: Paul-Henri Pillet – Why We Made Gatling
What it’s like to build a company around developer-driven performance testing In this episode of the Quality Sense podcast, our COO, Federico Toledo, interviews Paul-Henri Pillet, a Frenchman and the CEO of one of our favorite open source load testing tools, Gatling, with 5,000,000 downloads…
Currently we are using LoadRunner 12.5 and wonder how Jemete matches up with regards to handling script correlations, parameterizations, test executions (scenarios) and handling apps with alot of clientside javascript and asynchronous request.
Hello Byron, how are you?
I am not sure if you are talking about the e2e approach, or still talking about HTTP automation.
If you mean the e2e approach, this is not supported in JMeter, perhaps you can integrate JMeter and Selenium, but I guess this is useful for specific contexts. If you are using this option, I’d like to know how many users are you able to simulate from a single computer (let’s say, any workstation alike).
If you are talking about HTTP automation, you can do anything in JMeter as you do in HP Load Runner.
Basically for variable correlation you have to manipulate the html response with regular expressions, using user defined variables. Parameterization can be done using csv files and variables. Scenarios can be configured easily, setting the amount of threads and also you can use logic controllers to decide which part you want your users to loop. And finally, apps with lots of javascript could potentially make you work hard, mainly configuring the requests properly; it is possible, we have faced this kind of situations many times, and you have the tools you need in JMeter to do that.
Hope it helps!
Regards