Hi, I think you can use the "System.exit(ERROR_CODE);" inside a beanshell sampler.
Best, Shmuel Krakower. On Thu, Oct 25, 2012 at 1:42 AM, Oliver Erlewein <[email protected]>wrote: > Isn't there an easier way? I'd just want to cal it in a shell script and > get a return code. Maybe something for a future JMeter version? > > On 25 October 2012 12:04, Deepak Shetty <[email protected]> wrote: > > > oh and if you want the test to quit on failure(instead of running all the > > tests) you use > > > http://jmeter.apache.org/usermanual/component_reference.html#Thread_Group > > Stop test on failure > > > > You could also write custom listeners that can do whatever you want when > > there is an error. > > regards > > deepak > > > > On Wed, Oct 24, 2012 at 4:02 PM, Deepak Shetty <[email protected]> > wrote: > > > > > http://www.programmerplanet.org/pages/projects/jmeter-ant-task.php > > > failureproperty > > > > > > (Not tested) > > > > > > regards > > > deepak > > > > > > > > > On Wed, Oct 24, 2012 at 3:55 PM, Lyle <[email protected]> wrote: > > > > > >> No responses, so maybe a little more information would help. > > >> > > >> I started out writing a Nagios plugin script that did wget's of our > > >> website, > > >> and grep'ing the html for expected results. By keeping track of > > cookies, > > >> I > > >> was able to log in, query some of my account details, etc. Both wget > > and > > >> grep return suitable error codes, so the plugin can return a 0(OK), > > >> 1(Warning), or 2(Critical), along with some explanatory text, to > Nagios, > > >> and > > >> the process works well. > > >> > > >> But as our website functional monitoring needs got more involved, I > > looked > > >> for a better tool, and was pointed to JMeter. > > >> > > >> JMeter is certainly better at developing the test using a web proxy, > vs > > >> writing the wget calls by hand. But I don't seem to be able to get an > > >> error > > >> return code when running the test on the command line, even though I > can > > >> see > > >> the Assertion Test fail when run in the GUI. I suppose I could save > the > > >> XML > > >> result from the JMeter run and grep it for results. > > >> > > >> I've been told that JMeter, JUnit, etc are all meant to work with > Maven > > >> and > > >> will be equally disappointing for me. Is JMeter the wrong tool for > > what I > > >> need? Any pointers to a better approach. Can I somehow exit the > JMeter > > >> test with an error code when an Assertion Test fails (hope, hope). > > >> > > >> Thanks...Lyle > > >> > > >> > > >> > > >> -- > > >> View this message in context: > > >> > > > http://jmeter.512774.n5.nabble.com/exiting-with-an-error-return-code-when-Assertion-Test-fails-tp5715096p5715143.html > > >> Sent from the JMeter - User mailing list archive at Nabble.com. > > >> > > >> --------------------------------------------------------------------- > > >> To unsubscribe, e-mail: [email protected] > > >> For additional commands, e-mail: [email protected] > > >> > > >> > > > > > >
