ResetTimer |
|
Reset a "stopped" timer for reuse.
|
StartTimer |
|
Will start a unique timer.
|
StopTimer |
|
Will end a unique timer and perform a verify test if a value was supplied at start time.
|
StoreTimerInfo |
|
Well store the timer information in the given variable.
Information stored:
.elapsed - Amount of seconds that has passed.
.startTime - Time that the timer was started.
.endTime - Time that the timer was stopped.
.failures - Number of failures that happened on the timer (based on verify commands).
|
StoreTimerInfoFile |
|
Well store the timer information in the given file, in csv format. Will use absolute path if given otherwise uses SAFS Project Directory.
Information Stored:Name,Start,Stop,Duration,Timeout,Pass?
Name - Name of timer
Start - Time of start
Stop - Time of stop
Duration - total elapsed time.
Timeout -
Pass? - if the timer passed any verfiy commands.
Variable TimerStorageVariables can list additional variables to be stored in the file (comma delimited).
|
VerifyElapsedTimeInRange |
|
Well verify that a timer was in the range of the given values.
|
VerifyElapsedTimeIsLess |
|
Well verify that a timer was less then the given value.
|
VerifyElapsedTimeIsMore |
|
Well verify that a timer was greater then the given value.
|
VerifyTimer |
|
Well verify that a timer was less then the given value.
|