hi sebastian,
use a httpsampler, and add a BeanshellPostProcessor. with the "prev"
variable, you have access to the responsedata of the httpsampler:
String responseData = prev.getResponseDataAsString();
extract the data you need from "responseData" and set variables with:
vars.put("VAR1",
Dear JMeter-Users,
I want to use a BeanShell Sampler to recieve data from a SampleResult, but my
BSH Sampler references has no reference.
I'm not sure but I think my main problem is that i need to get data from a html
response in my BeanShell Sampler. The Problem: It's not possible to use the
R
2 matches
Mail list logo