All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
4 answers
4k views

jmeter grab value from response data

I have a question about grabbing a certain value from the html response data in Jmeter. I've been trying both regular expression and xpath extractor(see below) but having no luck. This is part of the ...
stenwolf's user avatar
  • 311
0 votes
3 answers
776 views

JMeter - Extract value from the variable having JSON data

I am getting following response in one GET API call. { "id": 78929, "created": "04-12-2021 02:37:52", "modified": "04-12-2021 02:37:52", "name": "Applebee", "url": "https://applebee-2....
Prashant Vadher's user avatar
0 votes
1 answer
35 views

How to extract 1 value from multiple JSON bodies in JMeter JSON Extractor?

Hope all is well with you guys. In JMeter, I have a thread group to add items to cart for 2 users which results in 2 responses with 2 different bodies and different Cart IDs. What I want is to extract ...
Mohammad Wadi's user avatar