On 02/06/2009, Scott McFadden <[email protected]> wrote: > How does the result status action handler know if a HTTP failure has > occurred?
It checks the sample result status. > Is there a specific HTTP response code that it looks for? Not really, it checks the status, same as for all other samples. By default, the HTTP sampler sets the status failed if the response is 4xx or 5xx; 2xx and 3xx status codes are successful. > Can you specify a specific http response code to look for to indicate > failure? Yes, see: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Response_Assertion > The current JMeter docs say: > > "18.8.3 Result Status Action Handler" > > "This test element allows the user to stop the thread or the whole test > if the relevant sampler failed." > > > > --------------------------------------------------------------------- > 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]

