Re: BeanShellSampler and SampleResult

2007-08-31 Thread chris
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",

BeanShellSampler and SampleResult

2007-08-31 Thread Sebastian Straus
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