nnp3929 wrote:Do you have some way to measure the time between when a user clicks on something and when the page responds and is available for further input?
eValid has a timer with 1 msec (1 millisecond) resolution that you can use to time activities during script playback. You can ResetTimer and read the time with the ElapsedTime command, which reports timed values into the EventLog for your playback.
Or, you can use the SaveRecord command to deliver timing data to a separate file that is produced at playback time.
The eValid Team