Run Results Email Field Codes

You can use field codes to replace the subject and message body in a run results email with a specific value. See Setting email notification options.

For example, entering %RUN_TYPE% as the subject and %RUN_RESULT% as the message body sends an email with the run type (Batch Run, Script Run, or Load Test Run) as the subject and the result (Successful or Failed) as the message body.

Following are available field codes and the values they are replaced with.

Field code Values Description
%RUN_TYPE% Batch Run, Script Run, or Load Test Run Specifies the run type.
%RUN_RESULT% Successful or Failed Specifies if playback succeeded or failed.
%RUN_FILETYPE% Batch File, Script Files, or Load Test Files Specifies the file types run.
%RUN_FILELIST% Batch: Batch filename
Single script: Script name
Multiple scripts: All script names separated with commas.
Specifies the test file names.