Re: Is it possible to Terminate JMeter based on results of response \ assertion?

2004-05-04 Thread andrew . roughan
Thank you Thad. A combination of the Regular Expression Extractor, the If Controller and the Test Action Sampler allows me to do exactly as I wanted. Note to searchers of the mailing list: download a nightly build to get this Test Action Sampler Cheers, Andrew - Original Message -

Re: Is it possible to Terminate JMeter based on results of response \ assertion?

2004-04-29 Thread Thad Smith
Andrew, I included some information about this in a previous note today, but you can use the Test Action sampler to terminate JMeter. Place it in an If Controller and set the condition of the If Controller to test if your condition is true. Set the Test Action to Stop and it should do the trick

Re: Is it possible to Terminate JMeter based on results of response \ assertion?

2004-04-22 Thread andrew . roughan
I've been using JMeter with reasonable success for the last few months. I now need some more fine grained control of how to terminate JMeter. The functionality of Action to be taken after a Sampler error is not good enough for me. Here's my situation: Responses from the web service that I'm

Re: Is it possible to Terminate JMeter based on results of response assertion?

2003-12-11 Thread andrew . roughan
I have installed jakarta-jmeter-20031210_lib.zip and I cannot see an item Response Action Error Handler in any menu on any level. Is this available from the nightly build yet? If not, how can I add this functionality to my installation of JMeter? Thanks, Andrew - Original Message -

Re: Is it possible to Terminate JMeter based on results of response assertion?

2003-12-09 Thread Sebastian Bazley
I've added Post Processor to CVS which can be used to stop a thread or the test if a sample failed. Sample usage: Loop Controller Sampler Assertion Response Action Error Handler Hope this helps. S. - Original Message - From: Sebastian Bazley [EMAIL PROTECTED] To: JMeter