Page 1 of 1

Scripting Problem

PostPosted: Fri Oct 17, 2008 12:45 pm
by wichuser
Here is a quick snapshot of what I had before.

ProjectID ...
TestID ...

DeleteSession...

ResetTimer

CallScript 1
CallScript 2
CallScript 3

SaveRecord "time.txt" "%E"

The value recorded in "time.txt" did not reflect the correct data.
I never reset the timer.

Re: Scripting Proglem

PostPosted: Fri Oct 17, 2008 12:46 pm
by monitoring
Two things here...

(1) When you have a hierarchy of scripts no matter what the event log
always has the total time increasing monotonically.

(2) The OvertimeAlarm command measures time relative to the time since
the start of playback or the last ResetTimer. This is done because
you may with to use the OvertimeAlarm to time individual parts of
a script.

Hope this helps...