>I want to process a HTTP response after Jmeter performs a POST operation. Define what you want to do. There are other Post processors available. If they dont satisfy your needs then you might want to look at BSF/Beanshell Documents are here http://jakarta.apache.org/jmeter/usermanual/component_reference.html#BeanShell_PostProcessor(note the The following BeanShell variables are set up for use by the script: ) and read about the objects at http://jakarta.apache.org/jmeter/api/index.html
regards deepak On Wed, Aug 4, 2010 at 7:02 AM, Sriharsha Setty <[email protected]>wrote: > Hello users, > > I want to process a HTTP response after Jmeter performs a POST operation. > For this, I believe, that one needs to add a Beanshell Post processor to > process the HTTP response. Please correct me if I am wrong. > > If I am correct, I want to know the object name that I need to reference in > my Beanshell PostProcessor. Is this documented some where? > > Thanks, > /harsha >

