On 30/03/2010, Troy Bull <[email protected]> wrote: > How do I read a "response" from a file. My goal is to be able to test > regex extractors easily.
You can use: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Save_Responses_to_a_file to save the file. You can use the Http sampler "file" protocol to read it back in as many times as you want. For shorter samples, just use the Java Request sampler. The next release of JMeter extends the Tree View Listener to allow applying Regexes directly to a sample result. > Troy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

