JMeter – JSON Extractor

JMeter - JSON Extractor

In JMeter, JSON (JavaScript Object Notation) Extractor is used to extract the values from JSON response. Actually, JSON is a simple text which is used to exchange information between the client and the server. It is written with the JavaScript object. Due to the increase, in the use of the REST APIs, the JSON is used as … Read more

JMeter – Boundary Extractor

JMeter - Boundary Extractor Logo

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 get the dynamic value from the response, but the way of implementation is different. In a Regular Expression Extractor, we … Read more

JMeter – Capture Dynamic Value present in Redirected Request

JMeter - Correlation - Dynamic value in Redirected Request

In the correlation article of JMeter, you got detailed knowledge on: The purpose of this article is to elaborate on the process of finding out the dynamic value when it is present in the redirected request. Steps to identify the dynamic value present in the redirected request: Step 1: Refer to the recorded ‘View Results … Read more