Using timers with functional test scripts
You can insert any number of timers
with different names into the same script to measure the time it takes to
perform a variety of separate tasks. You can nest timers within other timers
(starting and stopping the second timer before stopping the first timer),
and you can overlap timers (stopping the second timer after stopping the first
timer).
About this task
However, you should stop a timer before starting that same timer again. If you start the same timer again, Rational® Functional Tester changes the starting time. When you stop a timer, Rational Functional Tester writes a message to the log that indicates the time elapsed from when the timer started. If you stop the same timer multiple times, Rational Functional Tester does not restart the timer. You should call timerStart if you want to restart the timer.
When you play back a script that includes timers, you can view the elapsed time in the log.
To insert a timer while recording or editing a script:
on the Recording toolbar.
on the product toolbar.