Greetings, JMeter community!

I start my jmx plans from command line and it writes result in jtl
file. Then I build html report using xsl transforming. I have several
logical events in my test plan and want to receive notification in my
result report.

For example I have plan similar with the following:
-Loop
--HTTP Request
---Timer (1sec)
---RE Extractor (can extract message if it is in the response)
--if (isMessageReceived)
---messageCounter++;
-if (messageCounter < 10)
--Error ! (I want to show this error in the result report)

I send HTTP Request using wrong host name (for example: unknown host),
set HTTP Request name to error description and receive this error in my
result report.  

Seems it is wrong approach. Can somebody give me advice what should I
do for getting error notifications in my report?

Thank you.
-- 
Regards,
Dmitry Kudrenko
ARDAS group http://ardas.dp.ua


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to