JMeter – Shortcuts

To make the work faster, we always looking for some shortcuts. JMeter; as a tool; also have some keyboard shortcuts which are as follow: JMeter Shortcuts with CTRL/SHIFT keys Shortcut Keys Purpose CTRL + A To select All the elements CTRL + C To Copy the selected element CTRL+SHIFT+C To make a Duplicate Copy of … Read more

Apache JMeter Pre-defined Functions

In the software world, functions are a very simple concept that carries out a certain, pre-defined activity by accepting some input and producing the desired result. Moreover, Apache JMeter contains certain in-built functions that speed up and simplify various elementary arithmetic and coding operations. How to call or use JMeter functions? The format of the … Read more

JMeter – Listener

JMeter - Listener

As the name suggested, the Listener means somebody whose work is to listen or to keep the attention on what is going on. In JMeter, Listeners play an important role. These are the only components which have their specific purpose to monitor the request and response and then show the result in the text, tree, … Read more

JMeter – Post Processor

JMeter - Post Processor

The word ‘Post’ denotes ‘After In Time’ and ‘Processor’ denotes ‘Execution’, hence ‘Post Processor’ means something that is executed later. In JMeter, there are some elements which execute after the execution of the parent element. These elements help to fetch the data from the response or instruct JMeter to perform the next action depending on the response. Such JMeter … Read more