gopen wrote:Can you measure the time interval inside a complex test and send and email when the measured value exceeds our miminum requirements?
Simple enough...
(1) Figure out the maximum time you will consider acceptable for the series of actions that you are checking.
(2) Make sure that you have a
ResetTimer just before the first step in your command sequence.
(3) Type in an
OvertimeAlarm command, which includes the number of milliseconds (msec) that you determined in (1), to send an email in case the time limit IS exceeded. If it isn't then this command notes that fact says "never mind" and doesn't send an email, and then lets playback continue with the next command in the script.
(You can find the syntax for the
OvertimeAlarm command from the product documentation. It is simple enough but is too complex to reproduce here.)
eValid Support