On 17/08/2009, Andrey Simonov <[email protected]> wrote: > > Hello, > > Could you please tell me, how can I output certain messages to Tree View > Listener? > > I need to do the the following: > > If {variable} is > 5 then Output "Timeout expired" > > Maybe this can be done into another listener, but anyway, how do I output > message into JMeter?
Listeners only show samples and Assertion failures. So either generate a dummy sample (e.g. using If Controller and Java Request) or add an Assertion than fails when variable > 5 (e.g. using BeanShell or BSF Assertion) > Thank you. > > -- > View this message in context: > http://www.nabble.com/Output-to-Tree-View-Listener-tp25002377p25002377.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

