You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by cg...@aei.ca on 2014/01/27 23:47:51 UTC

Re: Mailer Visualizer : custom messages

> This is not possible currently; the body is fixed as:
>
> "URL Failed: " + sample.getSampleLabel()
> or
> "URL Restarted: " + sample.getSampleLabel()
>
> On 29/09/06, Yann WOGENSTAHL <ya...@aql.fr> wrote:
>> Hi,
>>
>> Does anyone know how to customize the body of the messages sent by the
>> Mailer Visualizer (including for example Header Requests, Response Data,
>> URLs...) ?
>>
>> Thanks.
>>
>> Yann

A certain level of customization can be obtained through variable
substitution. I managed to parametrize the HTTP Request:Name and the
Mailer Visualizer:Failure Subject this way:

feed/list on ${__property(run.server,,192.168.1.222)} :
${__property(run.port,,1234)}

where run.server and run.port are properties passed to the JMeter test
plan from the Ant JMeter task

Regards
Cristian Rapauzu

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org