start clock count
Start the TestArchitect performance timer.
There are no arguments for this action.
None
This action may be used within the following project items: test modules and user-defined actions.
start clock count
 
milliseconds
sleep 5000
 
variable
get clock count i
- This action is paired along with get clock count for ascertaining the execution performance of a test or segment of a test. Bookend these two actions at whichever segments of your tests that you wish to time.
- The TestArchitect timer runs continuously across action calls and test modules of the same test run (whether in serial runs or run test invocations), with its value globally available to the get clock count action.