Hello, I would like to extract a value with XPath-Extractor from a HTTP-Response and visualize the value in the dashboard report.
The following is an example response: *<feed> <title>queue://test-queue</title> <entry> <title>ID:75f70ae6f5a7-44259-1637351412920-4:1:1:1:1</title> </entry> <entry> <title>ID:75f70ae6f5a7-44259-1637351412920-4:1:1:1:2</title> </entry> <entry> <title>ID:75f70ae6f5a7-44259-1637351412920-4:1:1:1:3</title> </entry></feed>* I want to extract the count of '<entry>' elements from the response and visualize it in the dashboard report of JMeter. Could someone give me an hint how I could accomplish this? Thank you for your help! Best regards Patrick