On 12/03/2008, Fulvio Guglielmelli <[EMAIL PROTECTED]> wrote: > Hi, > i implemeted a set of test using javarequest call. > > if during the runTest() or setupTest() i receive an exception and i want > stop the test how can I do it? > > the sampleResult obj habve not a STOP method. > > thanks >
Throw a JMeterStopThreadException to stop the current thread. Or throw a JMeterStopTestException > FULVIO > > > > --------------------------------- > Inviato da Yahoo! Mail. > Il servizio di posta con lo spazio illimitato. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

