Skip to content

Blog

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.… JMeter – Post Processor

JMeter - User Parameters

JMeter – User Parameters

This element is used to define the user (thread) specific parameters, although the CSV Data Set Config is an easy and flexible method for parameterization. In JMeter, the ‘User Parameters’ preprocessor can be used when you have… JMeter – User Parameters

JMeter - JSR223 PreProcessor

JMeter – JSR223 PreProcessor

JSR223 PreProcessor is a scripting-based pre-processor of JMeter. JSR stands for Java Specification Requests. As same as BeanShell PreProcessor which we discussed earlier; you will need to implement the pre-processing logic by yourself using one of the supported scripting languages… JMeter – JSR223 PreProcessor