Skip to content
JMeter - Boundary Extractor Logo

JMeter – Boundary Extractor

After discussing the dynamic data handling in the previous post in detail, let’s move to the next post-processor element called ‘Boundry Extractor’. In JMeter, the purpose of Boundary Extractor is as same as for Regular Expression Extractor i.e. to… 

JMeter - Regular Expression Extractor

JMeter – Regular Expression Extractor

‘Correlation’ term refers to the handling of dynamic values coming from the server. These dynamic values are the unique values which are generated by the server for security purposes like the session ID, authorization token… 

JMeter - Debug PostProcessor Logo

JMeter – Debug PostProcessor

JMeter Debug PostProcessor is used to find the bug in the parent sampler. The output of debug post-processor can be viewed in the ‘View Result Tree’. Basically, Debug PostProcessor displayed 4 properties which are described below… 

JMeter - Result Status Action Handler

JMeter – Result Status Action Handler

Result Status Action Handler element is used as a post-processor to take action in case of failure of the request. There are certain options given that instruct the JMeter thread that what to do next.… 

JMeter - BeanShell PostProcessor Logo

JMeter – BeanShell PostProcessor

BeanShell PostProcessor is a scripting-based PostProcessor in JMeter. It means that you will need to implement the postprocessor logic by yourself using one of the supported scripting languages. Usually, it is helpful when you need to… 

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.…