-
Why You Should Rethink the Scripting Module in Performance Testing?
I have been working on JMeter across various protocols for quite a long time now, and I can pretty much say that this tool hasn’t bored me yet. The deeper I dive into it, the more I discover there’s still to learn, which makes it unique. Every new challenge is an opportunity to learn the…
-
OS Process Sampler : JMeter
The OS Process Sampler in JMeter allows to execute OS commands and scripts during a test. This can be particularly beneficial in executing batch, shell scripts or monitor disk usage during a performance test.
-
What is JSR223 Sampler? Is it worth it?
JSR223 Sampler in JMeter allows me to do anything literally! It kinds of opens the window of JVM for me to access through and fiddle with through use of other scripting languages, preferably Groovy. It helps me to quickly hack process, control flow of my scripting journey.