Page 1 of 1

Image Download Time Measurement

PostPosted: Thu Jan 17, 2008 9:51 am
by webtestgadfly
We have a non-AJAX application, and we need to synchronize on when a particular image appears.

We know that the image is constant, but we want to measure how long it takes the entire image to download.

Can eValid offer any help on this?

Re: Image Download Time Measurement

PostPosted: Thu Jan 17, 2008 3:43 pm
by synchronization
webtestgadfly wrote:We have a non-AJAX application, and we need to synchronize on when a particular image appears.

We know that the image is constant, but we want to measure how long it takes the entire image to download.

Can eValid offer any help on this?


Assuming that you don't want to rely just on the internal detailed timings, you
can do this timing step proactively by this sequence of eValid commands:

ResetTimer
SyncOnScreenRectangle ...arguments...
ElapsedTime

For details on the command, see:

http://www.e-valid.com/Products/Documen ... .rect.html

Let us know if this works out!

** eValid **